summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/e2tools/e2tools-0.0.16.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-fs/e2tools/e2tools-0.0.16.ebuild b/sys-fs/e2tools/e2tools-0.0.16.ebuild
index c8ee31d713df..081fb974fa41 100644
--- a/sys-fs/e2tools/e2tools-0.0.16.ebuild
+++ b/sys-fs/e2tools/e2tools-0.0.16.ebuild
@@ -20,3 +20,9 @@ RDEPEND="${DEPEND}"
src_prepare() {
sed -i '/e2cp_LDADD/s:-L@[^@]*@::' Makefile.in || die
}
+
+src_configure() {
+ # The configure script is ancient.
+ export CONFIG_SHELL="/bin/bash"
+ default
+}