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

rsync.spec

index 5ddd5221c54b7b4753a5ba565332e6d6f3b11f8e..69dabe6a860c0af379f46a2fa1323fcaf0b6c6aa 100644 (file)
@@ -46,12 +46,12 @@ autoconf
 LDFLAGS="-s"; export LDFLAGS
 
 %configure
-make 
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        bindir=$RPM_BUILD_ROOT%{_sbindir}
This page took 0.175579 seconds and 4 git commands to generate.