Fix man page installation
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
debian/lch/
|
||||||
|
debian/.debhelper/
|
||||||
|
debian/debhelper-build-stamp
|
||||||
|
debian/files
|
||||||
|
debian/lch.substvars
|
||||||
+1
-1
@@ -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"
|
||||||
|
|||||||
Vendored
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --builddirectory=./
|
dh $@
|
||||||
|
|
||||||
override_dh_usrlocal:
|
override_dh_usrlocal:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user