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

libxml.spec

index 63c21b955a29f65b2f64f0eef556d011a6949e50..4347a51dc16a1c90e017d9f9ff94291e9c47a179 100644 (file)
@@ -59,7 +59,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.025494 seconds and 4 git commands to generate.