Skip to content

Commit

Permalink
Merge pull request #184 from mariux64/fixup-tcsh-2
Browse files Browse the repository at this point in the history
Fix up tcsh build
  • Loading branch information
pmenzel authored Nov 8, 2016
2 parents 589ecff + fb07820 commit 367e5f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tcsh.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -53,18 +53,18 @@ 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
#}

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}"'

Expand Down

0 comments on commit 367e5f5

Please sign in to comment.