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

perl-Crypt-IDEA.spec

index 514d314df8bb3daa334d55bd71c637b229d6642f..abc5cadf9bc09b5966434d2af5ed30b3cabbf396 100644 (file)
@@ -27,11 +27,11 @@ Crypt-IDEA - 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/Crypt/IDEA/*.so
 
This page took 0.143554 seconds and 4 git commands to generate.