diff options
author | vext01 <vext01@gmail.com> | 2012-06-07 11:12:23 +0100 |
---|---|---|
committer | vext01 <vext01@gmail.com> | 2012-06-07 15:17:03 +0100 |
commit | 07616810c81eb3e7073c9ca00e28f451c7bfb091 (patch) | |
tree | aa634623e46d793732e232bc5fd080f5ce37a613 /Makefile | |
parent | 0141c3d067a89a9a372d8aaa1abab89d739fe6e7 (diff) | |
download | xombrero-07616810c81eb3e7073c9ca00e28f451c7bfb091.tar.gz |
FIX: Makefile fails to scaffold ${PREFIX}/bin
% PREFIX=/opt/xombrero make install ... install -c -S -o root -g bin -m 555 xombrero /opt/xombrero/bin/xombrero install: /opt/xombrero/bin/INS@qSFSXMG9Df: No such file or directory OK marco
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index c74508e..f9aaefb 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ javascript.h: ${JSFILES} js-merge-helper.pl ${JSCURDIR} > javascript.h beforeinstall: + install -m 755 -d ${PREFIX}/bin install -m 755 -d ${PREFIX}/share/xombrero install -m 644 ${.CURDIR}/xombreroicon.png ${PREFIX}/share/xombrero install -m 644 ${.CURDIR}/xombreroicon16.png ${PREFIX}/share/xombrero |