]> git.pld-linux.org Git - packages/perl-Math-BigInteger.git/commitdiff
- added using %%{__make} macro.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:23:40 +0000 (07:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-BigInteger.spec -> 1.7

perl-Math-BigInteger.spec

index a636a5f903bd287923504dfb176e2879d657c015..cdd49ed2c60eea01d41d214fea89ea3eb6d86fc7 100644 (file)
@@ -26,11 +26,11 @@ Younga.
 
 %build
 perl Makefile.PL
-make OPTIMIZE="$RPM_OPT_FLAGS"
+%{__make} OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 strip --strip-unneeded \
        $RPM_BUILD_ROOT/%{perl_sitearch}/auto/Math/BigInteger/*.so
This page took 0.184594 seconds and 4 git commands to generate.