]> git.pld-linux.org Git - packages/perl-PGPLOT.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-PGPLOT.spec -> 1.8

perl-PGPLOT.spec

index e22c87abd7b0f7c83be0f719eb930612b4b8a97c..e1b2967a8d65d161a3291b68df5d19294ddd1c12 100644 (file)
@@ -29,11 +29,11 @@ PGPLOT - interfejs perla do biblioteki graficznej PGPLOT.
 
 %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/PGPLOT/*.so
 
This page took 0.101274 seconds and 4 git commands to generate.