summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>1999-12-21 23:21:44 +0000
committerWichert Akkerman <wakkerma@debian.org>1999-12-21 23:21:44 +0000
commit577defbdd00402901f82f9b52a815d6d5640467a (patch)
treec25493cf5b2c0b7dd9956ec57c9031733016b0f1 /debian/rules
parent47ea6199f1242be94dde65604955f799ccf5d951 (diff)
downloaddpkg-577defbdd00402901f82f9b52a815d6d5640467a.tar.gz
scripts/dpkg-scansoures.pl: don't use \z since that is perl5.005-specific.
debian/rules: fix typo so cleanup-info.8 actually gets installed
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ebdbf9cc8..71adaef61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,7 @@ binary-dpkg: stamp-binary
done ; \
install -d -m 755 -o root -g root $(TMP_DPKG)/usr/share/man/$$i/man8 ; \
for m in dpkg.8 dselect.8 dpkg-split.8 start-stop-daemon.8 \
- cleanup-info dpkg-divert.8 \
+ cleanup-info.8 dpkg-divert.8 \
install-info.8 update-alternatives.8 update-rc.d.8 ; do \
if [ -f $(TMP)/usr/share/man/$$i/man8/$$m ] ; then \
mv $(TMP)/usr/share/man/$$i/man8/$$m $(TMP_DPKG)/usr/share/man/$$i/man8/$$m ; \