X-Git-Url: https://git.distorted.org.uk/~mdw/qmail/blobdiff_plain/9312c29dd4ff4591809c01f71361d8cfe92db67c..HEAD:/debian/debianize-binary-tree diff --git a/debian/debianize-binary-tree b/debian/debianize-binary-tree index 72dbf6f..e3c062d 100644 --- a/debian/debianize-binary-tree +++ b/debian/debianize-binary-tree @@ -3,9 +3,9 @@ set -e function startofpath() { - if [ -f usr/man/man8/`basename $1`.8 ]; then + if [ -f usr/share/man/man8/`basename $1`.8 ]; then echo usr/sbin - elif [ -f usr/man/man1/`basename $1`.1 ]; then + elif [ -f usr/share/man/man1/`basename $1`.1 ]; then echo usr/bin else case `basename $1` in