]> err.no Git - dpkg/commitdiff
Oops
authorWichert Akkerman <wakkerma@debian.org>
Sat, 6 Jul 2002 22:07:20 +0000 (22:07 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 6 Jul 2002 22:07:20 +0000 (22:07 +0000)
debian/rules

index d3b802d314e12c68ba3c149a22f0019db81e07e0..b5ed737bd8921ae5f020dbc9c245360520dbc392 100755 (executable)
@@ -248,7 +248,7 @@ binary-dselect: stamp-binary
 
        set -e ; for i in "" de fr ja sv ; do \
                install -d -m 755 -o root -g root $(TMP_DSELECT)/usr/share/man/$$i/man5 ; \
-               for m in dpkg.cfg.5  dselect.cfg.5 ; do \
+               for m in 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_DSELECT)/usr/share/man/$$i/man5/$$m ; \
                        fi ; \