r5019 - packages/trunk/chocolate-doom/debian

Jon Dowland jmtd-guest at alioth.debian.org
Wed Dec 19 09:24:47 UTC 2007


Author: jmtd-guest
Date: 2007-12-19 09:24:47 +0000 (Wed, 19 Dec 2007)
New Revision: 5019

Modified:
   packages/trunk/chocolate-doom/debian/rules
Log:
install manpages


Modified: packages/trunk/chocolate-doom/debian/rules
===================================================================
--- packages/trunk/chocolate-doom/debian/rules	2007-12-19 00:01:39 UTC (rev 5018)
+++ packages/trunk/chocolate-doom/debian/rules	2007-12-19 09:24:47 UTC (rev 5019)
@@ -57,8 +57,9 @@
 	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
+	install -p $(CURDIR)/debian/chocolate-setup.6 \
+		$(CURDIR)/debian/chocolate-server.6 \
+		$(CURDIR)/debian/chocolate-doom/usr/share/man/man6
 
 
 # Build architecture-independent files here.




More information about the Pkg-games-commits mailing list