tig: include man pages again

This commit is contained in:
Thomas Penteker 2014-05-08 17:04:55 +02:00
parent a0796a024c
commit 2e8317f210
2 changed files with 9 additions and 7 deletions

View File

@ -3,3 +3,10 @@ drwxr-xr-x root/root etc/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tig
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tig.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/tigrc.5.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/tigmanual.7.gz

View File

@ -6,7 +6,7 @@
name=tig
version=2.0.1
release=1
release=2
source=(http://jonas.nitro.dk/$name/releases/$name-$version.tar.gz)
build() {
@ -15,10 +15,5 @@ build() {
./configure --prefix=/usr --mandir=/usr/man --sysconfdir=/etc
make LDLIBS="-lncursesw -lreadline"
make prefix=/usr DESTDIR=$PKG install
# tig requires asciidoc for building man pages...
#for i in 1 5 7; do
# install -m 755 -d $PKG/usr/man/man${i}
# install -m 644 *.${i} $PKG/usr/man/man${i}
#done
make prefix=/usr DESTDIR=$PKG install-doc-man install
}