]> granicus.if.org Git - pdns/commitdiff
actually ship .1 manpages too
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 2 Jul 2013 11:52:36 +0000 (13:52 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 2 Jul 2013 11:52:36 +0000 (13:52 +0200)
debian-pdns/rules

index e0e4612c3413377e4efa8807eaf446e8ee090fb2..4cb77be32b4c884e3220fb3486aaec63543953b0 100755 (executable)
@@ -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" ; \