From 02b6000a66c8509ebb8cc059a96063ca4220e674 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 24 Nov 2003 10:36:07 +0000 Subject: pass the option '--with-bash=/bin/bash' to configure --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 2280a03..61ee39a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -# $Id: rules,v 1.10 2003/11/24 09:06:43 mquinson Exp $ +# $Id: rules,v 1.11 2003/11/24 10:36:07 mquinson Exp $ # Import Common Debian Build System (CDBS). include /usr/share/cdbs/1/rules/debhelper.mk @@ -16,3 +16,5 @@ DEB_MAKE_ENVVARS := BUILD_ROOT=$(CURDIR)/debian/tmp LC_ALL=C # ... and moving it to the right dir using dh_install DEB_DH_INSTALL_SOURCEDIR := debian/tmp +# force the shell to be bash, since quilt is full of bashism +DEB_CONFIGURE_EXTRA_FLAGS := --with-bash=/bin/bash -- cgit