Merge pull request #25 from jungle-boogie/patch-1 - fiche - A pastebin adjusted… | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 8f3e23d3de66aa894f78417523cb6aeb208b6d60 | |
parent f76eea893134922fd8166f775a08252bea9b0fcb | |
Author: solusipse <[email protected]> | |
Date: Wed, 18 Nov 2015 20:45:53 +0100 | |
Merge pull request #25 from jungle-boogie/patch-1 | |
better install path | |
Diffstat: | |
Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -9,7 +9,7 @@ CFLAGS+=-pthread -O2 | |
all: fiche | |
install: fiche | |
- install -m 0755 fiche ${PREFIX}/bin | |
+ install -m 0755 fiche ${PREFIX}/usr/local/bin | |
clean: | |
rm -f fiche |