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

libsmi.spec

index d79dfd7ce15e71e5948fe6c8d46d0d8c939fa73e..1a8e6ae4ac3bcad495fd927706d0ba33f362dded 100644 (file)
@@ -83,7 +83,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.25846 seconds and 4 git commands to generate.