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

dime.spec

index 47979e868901d85d0a1696a78bb09b56e42a9e16..f6c9880163d170f47390088064bb858dae9b866f 100644 (file)
--- a/dime.spec
+++ b/dime.spec
@@ -81,9 +81,9 @@ Group(pl):    Dokumentacja/Biblioteki
 
 %build
 cd build
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 cd ../docs/latex
-make refman.ps
+%{__make} refman.ps
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.038372 seconds and 4 git commands to generate.