Introduction
Introduction Statistics Contact Development Disclaimer Help
tmakefile now sets permissions for executables and man pages - dwm - [fork] cus…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit eccd02def292e56decfe125bcfdae35326006889
parent 11737233a7ce6bc656bc7bc061c68eeda824ee9b
Author: [email protected] <unknown>
Date: Thu, 20 Jul 2006 09:45:47 +0200
makefile now sets permissions for executables and man pages
Diffstat:
M Makefile | 6 ++++++
1 file changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -41,9 +41,15 @@ dist: clean
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:
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.