From 622fb8ee2dffe7fa1d361f857fb5c9e70f9f70f5 Mon Sep 17 00:00:00 2001 From: Al Stone Date: Thu, 3 Jan 2013 12:01:03 -0700 Subject: use proper shell for attr install steps Signed-off-by: Al Stone --- recipe.d/0102-attr | 6 +++--- 1 file 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 -- cgit