summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2013-01-03 12:01:03 -0700
committerAl Stone <ahs3@redhat.com>2013-01-03 12:01:03 -0700
commit622fb8ee2dffe7fa1d361f857fb5c9e70f9f70f5 (patch)
treee6638c6b4b91c13273ec70b76c403edb63d6ab18
parent21a24a53c4620e76a53a1b547fee60cad6d39a9d (diff)
downloadbootstrap.git.DONOTUSE-622fb8ee2dffe7fa1d361f857fb5c9e70f9f70f5.tar.gz
bootstrap.git.DONOTUSE-622fb8ee2dffe7fa1d361f857fb5c9e70f9f70f5.tar.xz
bootstrap.git.DONOTUSE-622fb8ee2dffe7fa1d361f857fb5c9e70f9f70f5.zip
use proper shell for attr install steps
Signed-off-by: Al Stone <ahs3@redhat.com>
-rw-r--r--recipe.d/0102-attr6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipe.d/0102-attr b/recipe.d/0102-attr
index 61744f2..2f1ab19 100644
--- a/recipe.d/0102-attr
+++ b/recipe.d/0102-attr
@@ -5,6 +5,6 @@ mcd $BUILDDIR/attr
rsync -av $SRC/attr-*/ ./
./configure $TCONFIGARGS --libexecdir=/usr/lib${SUFFIX}
make $J LIBTOOL="libtool --tag=CC"
-make $J install
-make $J install-dev
-make $J install-lib
+make $J install SHELL=/bin/bash
+make $J install-dev SHELL=/bin/bash
+make $J install-lib SHELL=/bin/bash