Skip to content

Commit

Permalink
perl-wrapper: Make sure, /usr/bin/perl is generated
Browse files Browse the repository at this point in the history
/usr/bin/perl might not be included in the list generated
by the command quoted in the script if perl-5.12.1-2.x86_64 is
still installed, because this packages includes a symlink
/usr/bin/perl -> /usr/local/bin/perl.
  • Loading branch information
donald committed Apr 27, 2020
1 parent de977a3 commit 1ea4670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perl-wrapper.be0
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ mee_install() {
; do
ln "$B/wrapper" "$D$BINDIR/$cmd"
done
ln "$B/wrapper" "$D$BINDIR/perl"
mkdir -p "$D$PREFIX/local/bin"
ln -s "$BINDIR/perl" "$D$PREFIX/local/bin/perl"
}
Expand Down

0 comments on commit 1ea4670

Please sign in to comment.