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

ntp.spec

index e1956568d0f16a1eda00c92e1a9fdf617ab2eb1a..d379915388f38e04944e431cfbc636d232018044 100644 (file)
--- a/ntp.spec
+++ b/ntp.spec
@@ -36,13 +36,13 @@ demon aktualizuj
 LDFLAGS="-s"; export LDFLAGS
 %configure
 
-make 
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/etc/{ntp,rc.d/init.d,sysconfig}
 
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/ntp/ntp.conf
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/ntp/keys
This page took 0.086585 seconds and 4 git commands to generate.