Makefile changes for the last commit. - stagit-gopher - A git gopher frontend. (mirror)
git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
Log
Files
Refs
Tags
README
LICENSE
---
commit 553dc545a508e85da41fafb33f61b669d3cfd656
parent e13c9e5eec3eca1670477033fa276e9b48e78f58
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(-)
---
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.