]> err.no Git - dpkg/commitdiff
Fixup install path
authorWichert Akkerman <wakkerma@debian.org>
Tue, 2 Jul 2002 08:25:17 +0000 (08:25 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Tue, 2 Jul 2002 08:25:17 +0000 (08:25 +0000)
debian/rules

index b3d04a408f6428da70cb28398f3d5abebd834d6e..a8d9ba6c003ede79f02b985b18af66d35d77a559 100755 (executable)
@@ -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 ; \