From: Wichert Akkerman Date: Tue, 2 Jul 2002 08:25:17 +0000 (+0000) Subject: Fixup install path X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0af66c6c74a027ab3ddc14d97e0c4954479ce242;p=dpkg Fixup install path --- diff --git a/debian/rules b/debian/rules index b3d04a40..a8d9ba6c 100755 --- a/debian/rules +++ b/debian/rules @@ -127,7 +127,7 @@ binary-dpkg-most binary-dpkg-static-most: binary-dpkg%-most: stamp-binary% install -d -m 755 -o root -g root $(TMP_DPKG)/usr/share/man/$$i/man5 ; \ for m in dpkg.cfg.5 dselect.cfg.5 ; do \ if [ -f $(INSTALL_TMP)/usr/share/man/$$i/man5/$$m ] ; then \ - cp -a $(INSTALL_TMP)/usr/share/man/$$i/man5/$$m $(TMP_DPKG)/usr/share/man/$$i/man1/$$m ; \ + cp -a $(INSTALL_TMP)/usr/share/man/$$i/man5/$$m $(TMP_DPKG)/usr/share/man/$$i/man5/$$m ; \ fi ; \ done ; \ install -d -m 755 -o root -g root $(TMP_DPKG)/usr/share/man/$$i/man8 ; \