Specify install modes for all our files.

This commit is contained in:
Roy Marples
2008-01-30 10:02:53 +00:00
parent 4f6e778758
commit 2be93c3e0e
3 changed files with 8 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ version.h:
install: all
${INSTALL} -d ${DESTDIR}${BINDIR}
${INSTALL} ${PROG} ${DESTDIR}${BINDIR}
${INSTALL} -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}
${INSTALL} -d ${DESTDIR}/bin
for x in ${BINLINKS}; do ln -fs ${BINDIR}/${PROG} ${DESTDIR}/bin/$$x; done
${INSTALL} -d ${DESTDIR}/bin