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

diffutils.spec

index b58eeb5eb1d8e03d634f11f9a1c19b288bd40fde..e5a36a78d502f454e1a0b80d187b60a65e592479 100644 (file)
@@ -67,13 +67,13 @@ autoconf
 LDFLAGS="-s"; export LDFLAGS
 %configure
 
-make PR_PROGRAM=%{_bindir}/pr
+%{__make} PR_PROGRAM=%{_bindir}/pr
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}/{man1,pl/man1}
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install man/pl/*.1 $RPM_BUILD_ROOT%{_mandir}/pl/man1
This page took 0.090373 seconds and 4 git commands to generate.