r4664 - packages/trunk/foobillard/debian

Paul Wise pabs at alioth.debian.org
Thu Nov 15 04:46:32 UTC 2007


Author: pabs
Date: 2007-11-15 04:46:32 +0000 (Thu, 15 Nov 2007)
New Revision: 4664

Modified:
   packages/trunk/foobillard/debian/changelog
   packages/trunk/foobillard/debian/rules
Log:
* use $(CURDIR) instead of `pwd` in debian/rules

Modified: packages/trunk/foobillard/debian/changelog
===================================================================
--- packages/trunk/foobillard/debian/changelog	2007-11-15 04:23:54 UTC (rev 4663)
+++ packages/trunk/foobillard/debian/changelog	2007-11-15 04:46:32 UTC (rev 4664)
@@ -32,8 +32,9 @@
 
   [ Paul Wise ]
   * add a Homepage field
+  * use $(CURDIR) instead of `pwd` in debian/rules
 
- -- Jon Dowland <jon at alcopop.org>  Thu, 15 Nov 2007 13:51:42 +0930
+ -- Jon Dowland <jon at alcopop.org>  Thu, 15 Nov 2007 14:13:49 +0930
 
 foobillard (3.0a-2) unstable; urgency=low
 

Modified: packages/trunk/foobillard/debian/rules
===================================================================
--- packages/trunk/foobillard/debian/rules	2007-11-15 04:23:54 UTC (rev 4663)
+++ packages/trunk/foobillard/debian/rules	2007-11-15 04:46:32 UTC (rev 4664)
@@ -60,7 +60,7 @@
 	dh_install -a debian/foobillard.png usr/share/icons
 	dh_install -a debian/foobillard.desktop usr/share/applications
 
-	$(MAKE) install DESTDIR=`pwd`/debian/foobillard
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/foobillard
 
 binary-indep: build install
 




More information about the Pkg-games-commits mailing list