dash: remove the not-so-useful REMOVE script.
Bump revision. --HG-- extra : convert_revision : 5737d178ec7bb38b22475a48ad42458d3bd321eb
This commit is contained in:
parent
db73999510
commit
c48c9c9a22
|
@ -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
|
|
@ -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="
|
||||
|
|
Loading…
Reference in New Issue
Block a user