From 96c04147f5fb03c02e2fff034f664bf5209cd6e6 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 29 May 2011 09:44:12 -0300 Subject: [PATCH] work around apparent failure of CONFIG_SHELL --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b04adbf1..ec3f635f 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ override_dh_auto_install: override_dh_auto_configure: sh autogen.sh - ./configure --with-synthesis-src=none --prefix=/usr --sysconfdir=/etc \ + /bin/bash ./configure --with-synthesis-src=none --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/syncevolution --enable-gui \ --with-rst2man --with-rst2html --with-dav