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

a2ps.spec

index 252f4554a3fb2a632920bcb9554b79e7f5a98678..311feae3f72a5c74d895094b0fdc7cbb4950530a 100644 (file)
--- a/a2ps.spec
+++ b/a2ps.spec
@@ -80,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 perl -pe 's/^lispdir = $/lispdir = \$(prefix)\/lib\/emacs\/site-lisp/g' contrib/emacs/Makefile >tmp
 
 mv tmp contrib/emacs/Makefile
-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.10332 seconds and 4 git commands to generate.