diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-08-01 16:38:05 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-08-01 16:38:05 +0200 |
commit | 96efc24b985b644e21e1019377c5af64450e06c4 (patch) | |
tree | 97a59566d0a89e8f1e3c3ce5baf76336e92fea0a | |
parent | a010fd579ca2ceb7d29ee86fd9d2f595b3359d78 (diff) | |
download | iurt-96efc24b985b644e21e1019377c5af64450e06c4.tar iurt-96efc24b985b644e21e1019377c5af64450e06c4.tar.gz iurt-96efc24b985b644e21e1019377c5af64450e06c4.tar.bz2 iurt-96efc24b985b644e21e1019377c5af64450e06c4.tar.xz iurt-96efc24b985b644e21e1019377c5af64450e06c4.zip |
we now need to rebuild perl-List-MoreUtils-XS too
-rwxr-xr-x | rebuild_perl_iurt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebuild_perl_iurt b/rebuild_perl_iurt index 225b9ff..506bc2c 100755 --- a/rebuild_perl_iurt +++ b/rebuild_perl_iurt @@ -38,7 +38,7 @@ rpm -ivh *.src.rpm sudo urpmi --auto --no-verify-rpm rpmbuild/SPECS/*.spec rpmbuild -ba rpmbuild/SPECS/perl.spec sudo rpm -Uvh --nodeps --force $(ls rpmbuild/RPMS/*/perl-*.rpm | grep -v debuginfo) -PERL5LIB=$(rpm -ql perl-List-MoreUtils | perl -ne 's!/List/MoreUtils.pm!! && print') LIST_MOREUTILS_PP=1 rpmbuild -ba rpmbuild/SPECS/perl-List-MoreUtils.spec +PERL5LIB=$(rpm -ql perl-List-MoreUtils-XS perl-List-MoreUtils | perl -ne 's!/List/MoreUtils.pm!! && print') LIST_MOREUTILS_PP=1 rpmbuild -ba rpmbuild/SPECS/perl-List-MoreUtils.spec sudo rpm -Uvh --force rpmbuild/RPMS/*/perl-List-MoreUtils-*.rpm rpmbuild -ba rpmbuild/SPECS/perl-Math-Int64.spec sudo rpm -Uvh --force rpmbuild/RPMS/*/perl-Math-Int64*.rpm |