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

perl-Bit-Vector.spec

index 1ee091000c48c42ff3d46f687b7b4f477b13ad90..97ab7e3a3b2180d9f2880f922841ff4c8ac8cc59 100644 (file)
@@ -25,11 +25,11 @@ Modu
 
 %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/Bit/Vector/*.so
 
This page took 0.043999 seconds and 4 git commands to generate.