r5012 - packages/trunk/chocolate-doom/debian

Jon Dowland jmtd-guest at alioth.debian.org
Tue Dec 18 15:08:02 UTC 2007


Author: jmtd-guest
Date: 2007-12-18 15:08:01 +0000 (Tue, 18 Dec 2007)
New Revision: 5012

Added:
   packages/trunk/chocolate-doom/debian/chocolate-doom.dirs
Modified:
   packages/trunk/chocolate-doom/debian/rules
Log:
make the man dir


Added: packages/trunk/chocolate-doom/debian/chocolate-doom.dirs
===================================================================
--- packages/trunk/chocolate-doom/debian/chocolate-doom.dirs	                        (rev 0)
+++ packages/trunk/chocolate-doom/debian/chocolate-doom.dirs	2007-12-18 15:08:01 UTC (rev 5012)
@@ -0,0 +1 @@
+usr/share/man/man6

Modified: packages/trunk/chocolate-doom/debian/rules
===================================================================
--- packages/trunk/chocolate-doom/debian/rules	2007-12-18 14:20:23 UTC (rev 5011)
+++ packages/trunk/chocolate-doom/debian/rules	2007-12-18 15:08:01 UTC (rev 5012)
@@ -57,8 +57,8 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/chocolate-doom
-	cp $(CURDIR)debian/chocolate-setup.6  $(CURDIR)/debian/usr/share/man/man6
-	cp $(CURDIR)debian/chocolate-server.6 $(CURDIR)/debian/usr/share/man/man6
+	cp $(CURDIR)/debian/chocolate-setup.6  $(CURDIR)/debian/usr/share/man/man6
+	cp $(CURDIR)/debian/chocolate-server.6 $(CURDIR)/debian/usr/share/man/man6
 
 
 # Build architecture-independent files here.




More information about the Pkg-games-commits mailing list