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) pre)
# It's expected that will make a dangling symlink, but once that # It's expected that will make a dangling symlink, but once that
# dash is unpacked it will be ok. # 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 esac

View file

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