[Pkg-samba-maint] r3066 - trunk/openchange/debian

jelmer at alioth.debian.org jelmer at alioth.debian.org
Sat Sep 26 13:57:46 UTC 2009


Author: jelmer
Date: 2009-09-26 13:57:44 +0000 (Sat, 26 Sep 2009)
New Revision: 3066

Modified:
   trunk/openchange/debian/rules
Log:
Make sure configure is executable.

Modified: trunk/openchange/debian/rules
===================================================================
--- trunk/openchange/debian/rules	2009-09-26 13:57:36 UTC (rev 3065)
+++ trunk/openchange/debian/rules	2009-09-26 13:57:44 UTC (rev 3066)
@@ -7,6 +7,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	chmod a+x ./configure
 	BOOST_LIB_SUFFIX=-mt ./configure \
 		--prefix=/usr \
 		--mandir=/usr/share/man \




More information about the Pkg-samba-maint mailing list