[Pkg-virtualbox-commits] r329 - trunk/debian

daniel at alioth.debian.org daniel at alioth.debian.org
Thu Aug 7 14:37:27 UTC 2008


Author: daniel
Date: 2008-08-07 14:37:26 +0000 (Thu, 07 Aug 2008)
New Revision: 329

Modified:
   trunk/debian/rules
Log:
Adding patch from Gon?\195?\169ri Le Bouder <goneri at rulezlan.org> to fix FTBFS with dash as /bin/sh (Closes: #493402).

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2008-07-14 05:15:53 UTC (rev 328)
+++ trunk/debian/rules	2008-08-07 14:37:26 UTC (rev 329)
@@ -54,7 +54,7 @@
 build-stamp: env.sh
 	dh_testdir
 	# Building package
-	. env.sh; $(MAKE) \
+	. ./env.sh; $(MAKE) \
 		BUILD_TYPE=release \
 		PATH_OUT=$(abspath out)
 	# make sure VBoxAddIF.sh is built, too




More information about the Pkg-virtualbox-commits mailing list