]> git.pld-linux.org Git - packages/whois.git/blobdiff - whois.spec
- fixed previos commit msg; finish updated to 4.7.30
[packages/whois.git] / whois.spec
index 3416db2961b6d330bfae20288bfca3153d6340cc..a1b08e8a005779fd252778c6906c3961a0a4d4a4 100644 (file)
@@ -57,13 +57,15 @@ echo 'install-pos: install' >> po/Makefile
        CFLAGS="%{rpmcflags}" \
        HAVE_LIBIDN=1
 
+%{__make} -C po
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_mandir}/man1}
 
 install whois.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
-%{__make} install \
+%{__make} install install-pos \
        BASEDIR=$RPM_BUILD_ROOT \
        prefix=%{_prefix}
 
This page took 0.084947 seconds and 4 git commands to generate.