Makefile changes for the last commit. - stagit-gopher - A git gopher frontend. (mirror)
(HTM) git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 553dc545a508e85da41fafb33f61b669d3cfd656
(DIR) parent e13c9e5eec3eca1670477033fa276e9b48e78f58
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Wed, 14 Jun 2017 18:54:49 +0000
Makefile changes for the last commit.
Diffstat:
M Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -64,10 +64,7 @@ install: all
for f in ${BIN} ${SCRIPTS}; do chmod 755 ${DESTDIR}${PREFIX}/bin/$$f; done
# installing example files.
mkdir -p ${DESTDIR}${PREFIX}/share/${NAME}
- cp -f style.css\
- favicon.png\
- logo.png\
- example.sh\
+ cp -f example.sh\
README\
${DESTDIR}${PREFIX}/share/${NAME}
# installing manual pages.