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

perl-Quota.spec

index 5f01efe449e030afc00866679011fe00c24981c7..34b503907cff4d89723c36ed22794241f5545a85 100644 (file)
@@ -27,13 +27,13 @@ Modu
 
 %build
 perl Makefile.PL
-make OPTIMIZE="$RPM_OPT_FLAGS"
+%{__make} OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 cp -a contrib $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}
 
This page took 0.064691 seconds and 4 git commands to generate.