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

uucp.spec

index c1272487338787ea71a3e5aa5fc3b739f6bbd286..2a01ba52714d782fe16a6128ee7d0f9f08a327fa 100644 (file)
--- a/uucp.spec
+++ b/uucp.spec
@@ -55,13 +55,13 @@ find . -name "*.perlpath" | xargs rm -f
 %build
 autoconf && %configure
 
-make clean; make 
+%{__make} clean; make 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/usr/{bin,sbin,share/{man/man{1,8},info}}
 
-make \
+%{__make} \
     prefix=$RPM_BUILD_ROOT%{_prefix} \
     infodir=$RPM_BUILD_ROOT%{_infodir} \
     bindir=$RPM_BUILD_ROOT%{_bindir} \
This page took 0.059416 seconds and 4 git commands to generate.