diff --git a/tcsh.be0 b/tcsh.be0 index ea8a60bcf..a433f7fb3 100755 --- a/tcsh.be0 +++ b/tcsh.be0 @@ -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.) @@ -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}"'