SOURCES: icepref-mandir.patch (NEW) - fix path for _mandir

darekr darekr at pld-linux.org
Sun Jan 21 19:13:21 CET 2007


Author: darekr                       Date: Sun Jan 21 18:13:21 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix path for _mandir

---- Files affected:
SOURCES:
   icepref-mandir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/icepref-mandir.patch
diff -u /dev/null SOURCES/icepref-mandir.patch:1.1
--- /dev/null	Sun Jan 21 19:13:21 2007
+++ SOURCES/icepref-mandir.patch	Sun Jan 21 19:13:16 2007
@@ -0,0 +1,11 @@
+--- icepref/Makefile~	1999-12-28 20:53:24.000000000 +0100
++++ icepref/Makefile	2007-01-21 19:10:52.000000000 +0100
+@@ -3,7 +3,7 @@
+ VERSION=1.0Beta
+ install:
+ 	cp -f icepref $(PREFIX)/bin/icepref
+-	cp -f icepref.1 $(PREFIX)/man/man1/icepref.1
++	cp -f icepref.1 $(PREFIX)/share/man/man1/icepref.1
+ 
+ install-doc:
+ 	mkdir -p $(PREFIX)/doc/icepref-$(VERSION)/
================================================================


More information about the pld-cvs-commit mailing list