Skip to content

Commit

Permalink
fix deadsymlinks for manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Apr 25, 2018
1 parent 725f597 commit 42bf177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcsh.be0
Original file line number Diff line number Diff line change
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 42bf177

Please sign in to comment.