summaryrefslogtreecommitdiffstats
path: root/recipe.d/0102-attr
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d/0102-attr')
-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