diff --git a/tcsh.be0 b/tcsh.be0 index 369d9ca71..ea8a60bcf 100755 --- a/tcsh.be0 +++ b/tcsh.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION tcsh-6.19.00-0 +# BEE_VERSION tcsh-6.19.00-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -53,9 +53,9 @@ SRCURL[0]="http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/tcsh-${PKGVER # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + CFLAGS=-fno-optimize-strlen bee_configure +} #mee_build() { # bee_build @@ -63,8 +63,8 @@ SRCURL[0]="http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/tcsh-${PKGVER mee_install() { bee_install - ( cd "${D}"/"${BEE_BINDIR}"; ln -sv tcsh csh ) - ( cd "${D}"/"${MANDIR}/man1"; ln -sv tcsh.1 csh.1 ) + ln -s tcsh "$D/$BINDIR/csh" + ln -s csh.1 "$D/$MANDIR/man1/tcsh" } ## by default this may be 'make install DESTDIR="${D}"'