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

fftw.spec

index 0310d82b83b66442afbd6774731bda4288aa4dd1..83790b3422f41ed8ffc8f237796853dd62b6d54a 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -68,7 +68,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
This page took 0.066073 seconds and 4 git commands to generate.