Fix man page installation

This commit is contained in:
pberr
2020-10-04 12:41:36 +02:00
parent 2b0bc75c4d
commit 20be0ddea9
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if [ -x "$(command -v man)" ]; then
MANDIR=${MANPATH%%:*}/man1
mkdir -p $MANDIR
cp lch.1 $MANDIR/lch.1
cp man/lch.1 $MANDIR/lch.1
gzip $MANDIR/lch.1
chmod 644 $MANDIR/lch.1.gz
echo " Copied manpage in $MANDIR"