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

libmikmod.spec

index cd9670769309f675a49506c5972463b9cebcf30f..17e0d2137596051b345cf61bc98ea80fa725e124 100644 (file)
@@ -92,7 +92,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.577207 seconds and 4 git commands to generate.