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

conflib.spec

index d314eec0772eed06872f2dd4aa232742f48d8042..a0b05dae0494855e147d825d2a974e7a6b5807d9 100644 (file)
@@ -56,7 +56,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.087407 seconds and 4 git commands to generate.