diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index ad2011e..a277e21 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -112,11 +112,11 @@ version 5.005 or newer. %patch0 -p1 %build -perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -make pure_install DESTDIR=%{buildroot} +%{make_install} rm -f %{buildroot}/blib/lib/auto/share/dist/Module-Install/dist_file.txt %{_fixperms} %{buildroot}/*