diff --git a/templates/dash/REMOVE b/templates/dash/REMOVE deleted file mode 100644 index c9541b91de3..00000000000 --- a/templates/dash/REMOVE +++ /dev/null @@ -1,15 +0,0 @@ -# -# This script remove the /bin/sh symlink to /bin/dash -# and makes a new one to /bin/bash if available. -# - -case "${ACTION}" in -pre) - if [ -x ./bin/bash ]; then - echo "Creating /bin/sh -> /bin/bash symlink..." - cd ./bin && ln -sf bash sh - fi - ;; -post) - ;; -esac diff --git a/templates/dash/template b/templates/dash/template index 62a4d3bf572..1fc5fff1e94 100644 --- a/templates/dash/template +++ b/templates/dash/template @@ -1,7 +1,7 @@ # Template file for 'dash' pkgname=dash version=0.5.5.1 -revision=2 +revision=3 distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="--prefix="