r700 - packages/wormux/trunk/debian

Jean Parpaillon artefact-guest at costa.debian.org
Thu May 18 08:15:45 UTC 2006


Author: artefact-guest
Date: 2006-05-18 08:15:45 +0000 (Thu, 18 May 2006)
New Revision: 700

Modified:
   packages/wormux/trunk/debian/rules
Log:
Make autogen executable before using it

Modified: packages/wormux/trunk/debian/rules
===================================================================
--- packages/wormux/trunk/debian/rules	2006-05-18 07:59:43 UTC (rev 699)
+++ packages/wormux/trunk/debian/rules	2006-05-18 08:15:45 UTC (rev 700)
@@ -33,7 +33,7 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
-	./autogen.sh
+	chmod a+x ./autogen.sh && ./autogen.sh
 
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-datadir-name=\$${prefix}/share/games/wormux --with-localedir-name=\$${prefix}/share/locale --with-font-path=$(FONT_PATH)
 




More information about the Pkg-games-commits mailing list