]> git.pld-linux.org Git - packages/perl-Math-PRSG.git/blobdiff - perl-Math-PRSG.spec
- added using %%{__make} macro.
[packages/perl-Math-PRSG.git] / perl-Math-PRSG.spec
index 4f94609a450ff0f24ab43e5ecfa1f26e41425933..faa297d0f8d2a81f0232e718cfe5ea0bcc7de6fe 100644 (file)
@@ -27,11 +27,11 @@ Math-PRSG - interfejs do funkcji generowania pseudolosowych sekwencji.
 
 %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/PRSG/*.so
 
This page took 0.179066 seconds and 4 git commands to generate.