Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix RPM to latest version of 540
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Nov 30, 2024
1 parent cd86893 commit cd1f3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for V in "532" "535" "536" "540"; do
[ -e /usr/local/cpanel/3rdparty/perl/$V/bin/perl ] && rpm -e --nodeps cpanel-perl-$V ||:
done

rpm -Uv --force $SRC/cpanel-perl-540-5.40.0-1.cp126~el8.x86_64.rpm ||:
rpm -Uv --force $SRC/cpanel-perl-540-5.40.0-3.cp126~el8.x86_64.rpm ||:

echo "Setup 5.40 from 5.39"
[ -e /usr/local/cpanel/3rdparty/perl/540 ] || ln -sf /usr/local/cpanel/3rdparty/perl/539 /usr/local/cpanel/3rdparty/perl/540
Expand Down

0 comments on commit cd1f3a3

Please sign in to comment.