Merge branch '0.6r10' of https://gitea.hatthieves.es/cloud/lch into 0.6r10

This commit is contained in:
ale
2020-10-04 19:55:33 +02:00
15 changed files with 169 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"