summaryrefslogtreecommitdiffstats
path: root/recipe.d
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2013-01-03 13:03:59 -0700
committerAl Stone <ahs3@redhat.com>2013-01-03 13:03:59 -0700
commit43adb1992f9a467bb23f017c0afc26861f66b7d7 (patch)
tree53590c29fcde6f032699e81d928dde7aede61499 /recipe.d
parent622fb8ee2dffe7fa1d361f857fb5c9e70f9f70f5 (diff)
downloadbootstrap.git.DONOTUSE-43adb1992f9a467bb23f017c0afc26861f66b7d7.tar.gz
bootstrap.git.DONOTUSE-43adb1992f9a467bb23f017c0afc26861f66b7d7.tar.xz
bootstrap.git.DONOTUSE-43adb1992f9a467bb23f017c0afc26861f66b7d7.zip
corrected paths for tools for acl build
Signed-off-by: Al Stone <ahs3@redhat.com>
Diffstat (limited to 'recipe.d')
-rw-r--r--recipe.d/0103-acl6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipe.d/0103-acl b/recipe.d/0103-acl
index 08959fe..a902c25 100644
--- a/recipe.d/0103-acl
+++ b/recipe.d/0103-acl
@@ -7,6 +7,6 @@ rsync -av $SRC/acl-*/ ./
touch .census
./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