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

gftp.spec

index 6929e42ab00e46cdef59b66ed063449bd28b1738..d898429306386807a380a481e84caa9106a12138 100644 (file)
--- a/gftp.spec
+++ b/gftp.spec
@@ -39,12 +39,12 @@ zarz
 gettextize --copy --force
 LDFLAGS="-s"; export LDFLAGS
 %configure
-make 
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        Utilitiesdir=%{_applnkdir}/Network/FTP
 
This page took 0.0641699999999999 seconds and 4 git commands to generate.