diff options
author | Marco Peereboom <marco@conformal.com> | 2011-01-03 00:53:15 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-01-03 00:53:15 +0000 |
commit | abbca62c9b906f535420c1c2ae5564630e95a042 (patch) | |
tree | 171bd148fb6d36c3661ca830b72279f38cdbaf24 /Makefile | |
parent | e42df5689dcfb3d679a470b87e2f292ce9250608 (diff) | |
download | xombrero-abbca62c9b906f535420c1c2ae5564630e95a042.tar.gz |
fix install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 5c10f16..0416dd4 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ javascript.h: hinting.js input-focus.js perl ${.CURDIR}/js-merge-helper.pl ${.CURDIR}/hinting.js \ ${.CURDIR}/input-focus.js > ${.CURDIR}/javascript.h -install: +beforeinstall: mkdir -p ${PREFIX}/share/xxxterm cp ${.CURDIR}/fightsoap16.jpg ${PREFIX}/share/xxxterm cp ${.CURDIR}/fightsoap32.jpg ${PREFIX}/share/xxxterm |