[Pkg-xfce-commits] r4100 - goodies/trunk/parole/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Wed May 26 07:25:52 UTC 2010
Author: corsac
Date: 2010-05-26 19:25:49 +0000 (Wed, 26 May 2010)
New Revision: 4100
Modified:
goodies/trunk/parole/debian/rules
Log:
workaround configure bashsisms
Modified: goodies/trunk/parole/debian/rules
===================================================================
--- goodies/trunk/parole/debian/rules 2010-05-24 11:31:39 UTC (rev 4099)
+++ goodies/trunk/parole/debian/rules 2010-05-26 19:25:49 UTC (rev 4100)
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
#LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+export SHELL=/bin/bash
+export CONFIG_SHELL=/bin/bash
+
%:
dh $@
More information about the Pkg-xfce-commits
mailing list