Skip to content

Commit

Permalink
tcsh: use straightforward symlink commands
Browse files Browse the repository at this point in the history
This avoids a fork an a chdir.
  • Loading branch information
donald committed Nov 3, 2016
1 parent 9eb9fa2 commit 83415ac
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
Expand Up @@ -63,8 +63,8 @@ mee_configure() {

mee_install() {
bee_install
( cd "${D}"/"${BINDIR}"; ln -sv tcsh csh )
( cd "${D}"/"${MANDIR}/man1"; ln -sv tcsh.1 csh.1 )
ln -s tcsh "$D/$BINDIR/csh"
ln -s csh.1 "$D/$MANDIR/man1/tcsh"
}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 83415ac

Please sign in to comment.