From 0af66c6c74a027ab3ddc14d97e0c4954479ce242 Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Tue, 2 Jul 2002 08:25:17 +0000 Subject: [PATCH] Fixup install path --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; \ -- 2.39.5