]> git.pld-linux.org Git - packages/ed.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:
    ed.spec -> 1.22

ed.spec

diff --git a/ed.spec b/ed.spec
index 11a145315a08b88354bc86127348cf34d4700855..0b06fe9dc436b767f921eb1bf584eab9df50544d 100644 (file)
--- a/ed.spec
+++ b/ed.spec
@@ -55,11 +55,11 @@ LDFLAGS="-s"; export LDFLAGS
 %configure
 
 rm -f ed.info
-make 
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf $RPM_BUILD_ROOT{%{_mandir}/man1/*,%{_infodir}/*info*} \
        NEWS POSIX README
This page took 0.075693 seconds and 4 git commands to generate.