summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-21 17:33:17 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-03-21 17:33:17 +0000
commit7134afd9049a13a0fd59a85b642ed9a70ca037f4 (patch)
tree9340eeb8709d9d94c0a07f67f1a44d981cbdaefd
parent4e06b8847f33c89372fe9e7a67fddf42b4585f9a (diff)
downloadattr-7134afd9049a13a0fd59a85b642ed9a70ca037f4.tar.gz
Pass SHELL=/bin/bash to make because '/bin/sh libtool' fails.
-rw-r--r--attr.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/attr.morph b/attr.morph
index 0d85d17..0b8253e 100644
--- a/attr.morph
+++ b/attr.morph
@@ -10,7 +10,7 @@
"make LOCAL_CONFIGURE_OPTIONS=\"--prefix=/usr --exec-prefix=/usr --sbindir=/usr/sbin --bindir=/usr/bin --libdir=/usr/lib --libexecdir=/usr/lib --enable-lib64=yes --includedir=/usr/include --mandir=/usr/share/man --datadir=/usr/share\" configure"
],
"build-commands": [
- "make"
+ "make SHELL=/bin/bash"
],
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install-lib"