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
|
||||
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"
|
||||
|
||||
Vendored
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --builddirectory=./
|
||||
dh $@
|
||||
|
||||
override_dh_usrlocal:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user