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

wine.spec

index ce8e83f8c0cf64c673eb3acff38461f27432b8fa..6f6c7ea7d474a8abcd6a1fe29dca5b1a5b04a62d 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -59,14 +59,14 @@ LDFLAGS="-s"; export LDFLAGS
     --without-curses \
     --with-x
 
-make depend
+%{__make} depend
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
-make install \
+%{__make} install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        exec-prefix=$RPM_BUILD_ROOT%{_exec_prefix} \
         bindir=$RPM_BUILD_ROOT%{_bindir} \
This page took 0.323733 seconds and 4 git commands to generate.