Skip to content

Commit

Permalink
Merge pull request #744 from mariux64/update-tcsh
Browse files Browse the repository at this point in the history
Update tcsh
  • Loading branch information
pmenzel authored Apr 25, 2018
2 parents ffc9fbc + e34ca3e commit 981daf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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-1
# BEE_VERSION tcsh-6.20.00-0

## 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 @@ -64,7 +64,7 @@ mee_configure() {
mee_install() {
bee_install
ln -s tcsh "$D/$BINDIR/csh"
ln -s csh.1 "$D/$MANDIR/man1/tcsh"
ln -s tcsh.1 "$D/$MANDIR/man1/csh.1"
}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 981daf7

Please sign in to comment.