fix: el5 perl build

This commit is contained in:
boypt
2025-04-22 13:22:29 +08:00
parent cd2fba3d5d
commit 7ab8fe1f82

View File

@@ -256,7 +256,7 @@ pushd perl
mkdir -p perlbin
./configure.gnu --prefix=$PWD/perlbin
make %{?_smp_mflags}
make installperl
make install.perl
export PATH=$PWD/perlbin/bin:$PATH
popd