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

bc.spec

diff --git a/bc.spec b/bc.spec
index 19ccb2f3eb86e6df62127372807f1327ca24425d..476d54ad7f2c9926af2de903e1fc6abd9c46c0a8 100644 (file)
--- a/bc.spec
+++ b/bc.spec
@@ -65,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/dc.info,%{_mandir}/man1/*}
 
This page took 0.038025 seconds and 4 git commands to generate.