Browse Source

Fix man page installation

0.6r10^2
Pedro Berrocal 3 years ago
parent
commit
20be0ddea9
4 changed files with 7 additions and 2 deletions
  1. +5
    -0
      .gitignore
  2. +1
    -1
      bin/install.sh
  3. +0
    -0
      debian/postrm
  4. +1
    -1
      debian/rules

+ 5
- 0
.gitignore View File

@ -0,0 +1,5 @@
debian/lch/
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/lch.substvars

+ 1
- 1
bin/install.sh 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"


+ 0
- 0
debian/postrm View File


+ 1
- 1
debian/rules View File

@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
dh $@ --builddirectory=./
dh $@
override_dh_usrlocal:


Loading…
Cancel
Save