From 88c35d52cec4dc4cbc0830f054e0f180c03a0857 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 8 Mar 2007 11:40:47 +0000 Subject: [PATCH] - drop filesystem symlink for named-compilezone.8 Changed files: bind.spec -> 1.241 --- bind.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bind.spec b/bind.spec index c3430ce..f16cb58 100644 --- a/bind.spec +++ b/bind.spec @@ -394,6 +394,9 @@ touch $RPM_BUILD_ROOT%{_var}/lib/named/{named.{log,stats},dev/{random,null}} %{?with_ldap:install -d $RPM_BUILD_ROOT%{_datadir}/openldap/schema} %{?with_ldap:install %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/openldap/schema/dnszone.schema} +rm -f $RPM_BUILD_ROOT%{_mandir}/man8/named-compilezone.8 +echo ".so named-checkzone.8" > $RPM_BUILD_ROOT%{_mandir}/man8/named-compilezone.8 + # we don't want Makefiles in documentation... # FIXME: breaks re-entrant install rm -f doc/misc/Makefile* -- 2.44.0