Merge pull request #40 from part1zano/master - fiche - A pastebin adjusted for … | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 55ef361999e27438d94f06f933b4221bcafee686 | |
parent a5c137c06d20e96fb97e946378437ec198299287 | |
Author: solusipse <[email protected]> | |
Date: Sat, 9 Jul 2016 16:59:10 +0200 | |
Merge pull request #40 from part1zano/master | |
Fixed Makefile | |
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}/usr/local/bin | |
+ install -m 0755 fiche ${PREFIX} | |
clean: | |
rm -f fiche |