|
|
@@ -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 ; \
|