From: bert hubert Date: Tue, 2 Jul 2013 11:52:36 +0000 (+0200) Subject: actually ship .1 manpages too X-Git-Tag: rec-3.6.0-rc1~601 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bbbe64fd055a0302b3cefe36abdd51f83913b5e;p=thirdparty%2Fpdns.git actually ship .1 manpages too --- diff --git a/debian-pdns/rules b/debian-pdns/rules index e0e4612c34..4cb77be32b 100755 --- a/debian-pdns/rules +++ b/debian-pdns/rules @@ -136,8 +136,8 @@ binary-main-prepare: mv "$(tmpdir)"/usr/bin/$$prog "$(tools_tmpdir)"/usr/bin ; \ [ -e "$(tmpdir)"/usr/share/man/man8/"$$prog".8 ] && \ mv "$(tmpdir)"/usr/share/man/man8/"$$prog".8 "$(tools_tmpdir)"/usr/share/man/man8/ ; \ - [ -e "$(tmpdir)"/usr/share/man/man8/"$$prog".1 ] && \ - mv "$(tmpdir)"/usr/share/man/man8/"$$prog".1 "$(tools_tmpdir)"/usr/share/man/man1/ ; \ + [ -e "$(tmpdir)"/usr/share/man/man1/"$$prog".1 ] && \ + mv "$(tmpdir)"/usr/share/man/man1/"$$prog".1 "$(tools_tmpdir)"/usr/share/man/man1/ ; \ strip --remove-section=.comment --remove-section=.note \ --strip-unneeded \ "$(tools_tmpdir)"/usr/bin/"$$prog" ; \