]> git.armaanb.net Git - sic.git/blobdiff - Makefile
applied Adriens patch
[sic.git] / Makefile
index 9c1104237d36e88e101bf6c4a08e9600882ae819..3f6b3e3d8d78c1280a4c8184c58720877fe06244 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,15 @@ sic: ${OBJ}
 install: all
        @mkdir -p ${DESTDIR}${PREFIX}/bin
        @cp -f ${BIN} ${DESTDIR}${PREFIX}/bin
+       @for i in ${BIN}; do \
+               chmod 755 ${DESTDIR}${PREFIX}/bin/`basename $$i`; \
+       done
        @echo installed executable files to ${DESTDIR}${PREFIX}/bin
        @mkdir -p ${DESTDIR}${MANPREFIX}/man1
        @cp -f ${MAN1} ${DESTDIR}${MANPREFIX}/man1
+       @for i in ${MAN1}; do \
+               chmod 444 ${DESTDIR}${MANPREFIX}/man1/`basename $$i`; \
+       done
        @echo installed manual pages to ${DESTDIR}${MANPREFIX}/man1
 
 uninstall: