tcsh: fix for musl.
This commit is contained in:
parent
303cea2438
commit
553176b289
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tcsh'
|
# Template file for 'tcsh'
|
||||||
pkgname=tcsh
|
pkgname=tcsh
|
||||||
version=6.18.01
|
version=6.18.01
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
register_shell="/bin/tcsh /bin/csh"
|
register_shell="/bin/tcsh /bin/csh"
|
||||||
conf_files="/etc/csh.login /etc/csh.cshrc"
|
conf_files="/etc/csh.login /etc/csh.cshrc"
|
||||||
|
@ -13,6 +13,9 @@ homepage="http://www.tcsh.org/"
|
||||||
distfiles="ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d81ca27851f3e8545666399b4bcf25433e602a195113b3f7c73886fef84c9fa8
|
checksum=d81ca27851f3e8545666399b4bcf25433e602a195113b3f7c73886fef84c9fa8
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i '/define BSDWAIT/d' sh.proc.c
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vconf ${FILESDIR}/csh.login
|
vconf ${FILESDIR}/csh.login
|
||||||
vconf ${FILESDIR}/csh.cshrc
|
vconf ${FILESDIR}/csh.cshrc
|
||||||
|
|
Loading…
Add table
Reference in a new issue