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

perl-FCGI.spec

index c13a0ddbf5a237b665ac40818f90e59a91af1497..a2bdd50c24d4b1ce3cf9a60c7e0cae25f93d0dcb 100644 (file)
@@ -26,11 +26,11 @@ FCGI - szybki modu
 %build
 %configure
 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/FCGI/*.so
 
This page took 0.089183 seconds and 4 git commands to generate.