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

Commit cd1f3a3

Browse files
committed
Fix RPM to latest version of 540
1 parent cd86893 commit cd1f3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for V in "532" "535" "536" "540"; do
1313
[ -e /usr/local/cpanel/3rdparty/perl/$V/bin/perl ] && rpm -e --nodeps cpanel-perl-$V ||:
1414
done
1515

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

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

0 commit comments

Comments
 (0)