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

perl-DBI.spec

index b42252bf44474316ffd2da1277e5ae8f8675fa40..6097de5231c1f2a94fe374e6a60aabc016d56c4a 100644 (file)
@@ -29,11 +29,11 @@ DBI - niezale
 
 %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/DBI/*.so
 
This page took 0.070011 seconds and 4 git commands to generate.