Introduction
Introduction Statistics Contact Development Disclaimer Help
makefile-guildeline.txt: loop over documentation files upon uninstall - bitreic…
git clone git://bitreich.org/bitreich-style
Log
Files
Refs
Tags
README
LICENSE
---
commit ffb593e6770d133502e54454b2e6d026baab8f26
parent f7995ee053d259bd50ee3776f50949391ebecf8d
Author: Anders Damsgaard <[email protected]>
Date: Wed, 4 Nov 2020 14:23:49 +0100
makefile-guildeline.txt: loop over documentation files upon uninstall
Diffstat:
M c/makefile-guideline.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/c/makefile-guideline.txt b/c/makefile-guideline.txt
@@ -262,7 +262,7 @@ Explicitly set permissions for executable files and for doc…
71 # removing executable files.
72 for f in ${BIN}; do rm -f "${DESTDIR}${PREFIX}/bin/$$f";…
73 # removing example files.
- 74 rm -f "${DESTDIR}${DOCPREFIX}/README"
+ 74 for d in ${DOC}; do rm -f "${DESTDIR}${DOCPREFIX}/$$d"; …
75 -rmdir "${DESTDIR}${DOCPREFIX}"
You are viewing proxied material from bitreich.org. 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.