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

yodl.spec

index 80ce512e710944ba60afca9d20c104d53e83e8e2..037f9519336c81197f175317096a83ec734afd5c 100644 (file)
--- a/yodl.spec
+++ b/yodl.spec
@@ -27,12 +27,12 @@ designed to be easy to use and extensible.
 ac_cv_prog_BASH=/bin/bash; export ac_cv_prog_BASH
 LDFLAGS="-s"; export LDFLAGS
 %configure 
-make all
+%{__make} all
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make -C Documentation info || true
-make install \
+%{__make} -C Documentation info || true
+%{__make} install \
        prefix=$RPM_BUILD_ROOT/%{_prefix} \
        mandir=$RPM_BUILD_ROOT/%{_mandir} \
        bindir=$RPM_BUILD_ROOT/%{_bindir} \
This page took 0.065464 seconds and 4 git commands to generate.