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

libPropList.spec

index 8d1020bc6e3e7cfa9615740995ba82733ec8f645..3d1b90c490cbc95dd64d54e5fad43e5bb9c75201 100644 (file)
@@ -66,11 +66,11 @@ aplikacji korzystaj
 LDFLAGS="-s"; export LDFLAGS
 %configure
 
-make 
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT 
+%{__make} install DESTDIR=$RPM_BUILD_ROOT 
 
 strip $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
 
This page took 0.081514 seconds and 4 git commands to generate.