From 42bf1779ba84fb58a9a8c8cae0d2bc7c84582fcb Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Apr 2018 14:45:06 +0200 Subject: [PATCH 1/2] fix deadsymlinks for manpages --- tcsh.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcsh.be0 b/tcsh.be0 index ea8a60bcf..1367c6f0e 100755 --- a/tcsh.be0 +++ b/tcsh.be0 @@ -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}"' From e34ca3e4ec1c39b59c9f89e566f1041bb931a57c Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Apr 2018 14:48:38 +0200 Subject: [PATCH 2/2] tcsh: Update version 6.19.00 to 6.20.00 --- tcsh.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcsh.be0 b/tcsh.be0 index 1367c6f0e..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.)