summaryrefslogtreecommitdiff
blob: b771225b061f0571064ffbf467ad55ab2b1533ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff -uNr codecgraph-20090522.ORIG//Makefile codecgraph-20090522/Makefile
--- codecgraph-20090522.ORIG//Makefile	2010-11-21 13:34:06.000000000 +0000
+++ codecgraph-20090522/Makefile	2010-11-21 13:34:25.000000000 +0000
@@ -1,4 +1,4 @@
-PREFIX = /usr/local
+PREFIX = /usr
 DOTTY = dot
 
 samples = \
@@ -62,7 +62,7 @@
 install:
 	install -m755 -D codecgraph $(DESTDIR)$(PREFIX)/bin/codecgraph
 	install -m755 -D codecgraph.py $(DESTDIR)$(PREFIX)/bin/codecgraph.py
-	install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/man/man1/codecgraph.1
+	install -m644 -D codecgraph.1 $(DESTDIR)$(PREFIX)/share/man/man1/codecgraph.1
 
 thumbs: png
 	for p in $(pngfiles);do \