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

popt.spec

index 95d7b4e4cf8cf6cf7b6c7c7c359b06ee4a0d8cc0..1741c250ae90eca37839d3cc3b00466470d4ae43 100644 (file)
--- a/popt.spec
+++ b/popt.spec
@@ -100,7 +100,7 @@ make
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/lib
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 mv -f $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* $RPM_BUILD_ROOT/lib
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.so
This page took 0.083113 seconds and 4 git commands to generate.