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

whois.spec

index 3dbdb0ac7ffc57830d1e554392abb28fc1841b92..61730d4ed71b865fc3a82449708ebdc7abc6eda0 100644 (file)
@@ -21,12 +21,12 @@ appropriate whois server for most queries.
 %patch -p1
 
 %build
-make OPTS="$RPM_OPTS_FLAGS" LDFLAGS="-s"
+%{__make} OPTS="$RPM_OPTS_FLAGS" LDFLAGS="-s"
 
 %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/* \
        README TODO
This page took 2.201334 seconds and 4 git commands to generate.