From 42bf1779ba84fb58a9a8c8cae0d2bc7c84582fcb Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Apr 2018 14:45:06 +0200 Subject: [PATCH] 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}"'