Merge pull request #25 from jungle-boogie/patch-1 - fiche - A pastebin adjusted for gopher use
 (HTM) git clone git://vernunftzentrum.de/fiche.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 8f3e23d3de66aa894f78417523cb6aeb208b6d60
 (DIR) parent f76eea893134922fd8166f775a08252bea9b0fcb
 (HTM) Author: solusipse <solus1ps3@gmail.com>
       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(-)
       ---
 (DIR) 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