about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorvext01 <vext01@gmail.com>2012-06-07 11:12:23 +0100
committervext01 <vext01@gmail.com>2012-06-07 15:17:03 +0100
commit07616810c81eb3e7073c9ca00e28f451c7bfb091 (patch)
treeaa634623e46d793732e232bc5fd080f5ce37a613 /Makefile
parent0141c3d067a89a9a372d8aaa1abab89d739fe6e7 (diff)
downloadxombrero-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--Makefile1
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