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
+5
View File
@@ -0,0 +1,5 @@
debian/lch/
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/lch.substvars
+1 -1
View File
@@ -26,7 +26,7 @@ if [ -x "$(command -v man)" ]; then
MANDIR=${MANPATH%%:*}/man1 MANDIR=${MANPATH%%:*}/man1
mkdir -p $MANDIR mkdir -p $MANDIR
cp lch.1 $MANDIR/lch.1 cp man/lch.1 $MANDIR/lch.1
gzip $MANDIR/lch.1 gzip $MANDIR/lch.1
chmod 644 $MANDIR/lch.1.gz chmod 644 $MANDIR/lch.1.gz
echo " Copied manpage in $MANDIR" echo " Copied manpage in $MANDIR"
View File
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/make -f #!/usr/bin/make -f
%: %:
dh $@ --builddirectory=./ dh $@
override_dh_usrlocal: override_dh_usrlocal: