Skip to content

Commit

Permalink
perl-wrapper: Create /usr/local/bin/perl symlink
Browse files Browse the repository at this point in the history
As noted in [#1419], several scripts still use `/usr/local/bin/perl` as a
shebang so provide a symlink.

[#1419]:  #1419
  • Loading branch information
donald committed Apr 27, 2020
1 parent 091d5a4 commit 451ee0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perl-wrapper.be0
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ mee_install() {
; do
ln "$B/wrapper" "$D$BINDIR/$cmd"
done
mkdir -p "$D$PREFIX/local/bin"
ln -s "$BINDIR/perl" "$D$PREFIX/local/bin/perl"
}
## by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 451ee0e

Please sign in to comment.