# HG changeset patch # User Antoine Bodin # Date 1294577678 -3600 # Node ID 00abc38d049f8d6aca9c5d00d71ac0b050eca577 # Parent 6010b60e81b4b3d128edc5385262c60b854dfa38 acl: Need bash sh to compile diff -r 6010b60e81b4 -r 00abc38d049f acl/receipt --- a/acl/receipt Sun Jan 09 13:53:34 2011 +0100 +++ b/acl/receipt Sun Jan 09 13:54:38 2011 +0100 @@ -34,9 +34,16 @@ # rm -r -f man # rm -r -f doc + # Need bash sh to compile + mv /bin/sh /bin/sh.bak + ln -s /bin/bash /bin/sh + # Configure is included in Makefile - make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" && - make DESTDIR=$src/_pkg install install-lib install-dev + { make LOCAL_CONFIGURE_OPTIONS="$CONFIGURE_ARGS" && + make install install-lib install-dev + } || { mv -f /bin/sh.bak /bin/sh; return 1; } + + mv -f /bin/sh.bak /bin/sh } # Rules to gen a SliTaz package suitable for Tazpkg.