dash: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 17:19:34 +02:00
parent 4ec6ebe822
commit a27900dccc
2 changed files with 4 additions and 6 deletions

View file

@ -2,6 +2,6 @@ case ${ACTION} in
pre)
# It's expected that will make a dangling symlink, but once that
# dash is unpacked it will be ok.
[ ! -h bin/sh ] && cd bin && ln -sf dash sh
[ ! -h usr/bin/sh ] && cd usr/bin && ln -sf dash sh
;;
esac

View file

@ -1,16 +1,16 @@
# Template file for 'dash'
pkgname=dash
version=0.5.7
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
revision=2
build_style=gnu-configure
configure_args="--exec-prefix= LANG=C"
revision=1
register_shell="/bin/sh"
depends="coreutils"
makedepends="bison"
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gondor.apana.org.au/~herbert/dash/"
license="BSD"
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
checksum=ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39
long_desc="
Debian Almquist shell (dash) is a POSIX-compliant Unix shell, much smaller
@ -19,5 +19,3 @@ long_desc="
Dash is a direct descendant of the NetBSD version of the Almquist Shell
(ash). It was ported to Linux by Herbert Xu in early 1997. It was renamed to
dash in 2002."
register_shell="/bin/sh"