diff --git a/system/perl-5.28.1-1.build.sh b/system/perl-5.30.0-0.build.sh similarity index 98% rename from system/perl-5.28.1-1.build.sh rename to system/perl-5.30.0-0.build.sh index f816321..aee3674 100755 --- a/system/perl-5.28.1-1.build.sh +++ b/system/perl-5.30.0-0.build.sh @@ -9,8 +9,8 @@ set -xe # sudo chown -R bin:bin /usr/local/system/perl-VERSION-BUILD PKG=perl -VERSION=5.28.1 -BUILD=1 +VERSION=5.30.0 +BUILD=0 PREFIX=/usr/local/system/$PKG-$VERSION-$BUILD if [ -n "$TESTING" ]; then PREFIX=/dev/shm/$PKG-$VERSION-$BUILD ; fi @@ -145,7 +145,7 @@ cpan LWP::Protocol::https test -d net-snmp-5.8 || tar xvf net-snmp-5.8.tar.gz cd net-snmp-5.8 patch -N -p1 < /src/mariux/patches/net-snmp-0001-Fix-incompatible-definitions-of-U64-type.patch || true - ./configure --prefix $PREFIX + ./configure --prefix $PREFIX --with-rpm=no make -j 1 make install )