r12400 - packages/trunk/slimevolley/debian

Evgeni Golov evgeni at alioth.debian.org
Thu May 19 14:50:07 UTC 2011


Author: evgeni
Date: 2011-05-19 14:50:06 +0000 (Thu, 19 May 2011)
New Revision: 12400

Modified:
   packages/trunk/slimevolley/debian/changelog
   packages/trunk/slimevolley/debian/rules
Log:
Use $(CURDIR) for the definition of DATA_INSTALL_DIR


Modified: packages/trunk/slimevolley/debian/changelog
===================================================================
--- packages/trunk/slimevolley/debian/changelog	2011-05-17 17:01:28 UTC (rev 12399)
+++ packages/trunk/slimevolley/debian/changelog	2011-05-19 14:50:06 UTC (rev 12400)
@@ -7,8 +7,9 @@
   * Add more copyright information about the font for the mushrooms theme.
   * Add a get-orig-source target to create DFSG-free tarball.
   * Use http://download.tuxfamily.org/slime/next/ in the watchfile.
+  * Use $(CURDIR) for the definition of DATA_INSTALL_DIR.
 
- -- Evgeni Golov <evgeni at debian.org>  Tue, 17 May 2011 18:59:56 +0200
+ -- Evgeni Golov <evgeni at debian.org>  Thu, 19 May 2011 16:49:39 +0200
 
 slimevolley (2.4.2-1) unstable; urgency=low
 

Modified: packages/trunk/slimevolley/debian/rules
===================================================================
--- packages/trunk/slimevolley/debian/rules	2011-05-17 17:01:28 UTC (rev 12399)
+++ packages/trunk/slimevolley/debian/rules	2011-05-19 14:50:06 UTC (rev 12400)
@@ -17,7 +17,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	cmake -DCMAKE_INSTALL_PREFIX=/usr -DBIN_DIR=games -DATA_DIR=/usr/share/games/slimevolley -DDATA_INSTALL_DIR=../../../debian/slimevolley-data/usr/share/games/slimevolley .
+	cmake -DCMAKE_INSTALL_PREFIX=/usr -DBIN_DIR=games -DATA_DIR=/usr/share/games/slimevolley -DDATA_INSTALL_DIR=$(CURDIR)/debian/slimevolley-data/usr/share/games/slimevolley .
 
 	touch configure-stamp
 




More information about the Pkg-games-commits mailing list