]> git.pld-linux.org Git - packages/file.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:
    file.spec -> 1.23

file.spec

index 2adb06d1789586b63a1304d2ecd2e4d6eee4032b..36373446c98e5c8b36a44228a532445ffcafd4c0 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -73,12 +73,12 @@ automake --copy --add-missing
 LDFLAGS="-s"; export LDFLAGS
 %configure
        
-make LDFLAGS="-s"
+%{__make} LDFLAGS="-s"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,4}/*
 
This page took 0.209925 seconds and 4 git commands to generate.