[Pkg-virtualbox-devel] Bug#493402: virtualbox-ose: FTBFS with dash as /bin/sh
Gonéri Le Bouder
goneri at rulezlan.org
Thu Aug 7 13:36:41 UTC 2008
tag 493402 patch
thanks
Hi,
Here a patch that fix the issue.
Cheers
Gonéri Le Bouder
Index: debian/rules
===================================================================
--- debian/rules.orig
+++ debian/rules
@@ -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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-virtualbox-devel/attachments/20080807/0507c18a/attachment.pgp
More information about the Pkg-virtualbox-devel
mailing list