diff --git a/tig/.footprint b/tig/.footprint index 16164d97a..bcd94feb9 100644 --- a/tig/.footprint +++ b/tig/.footprint @@ -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 diff --git a/tig/Pkgfile b/tig/Pkgfile index 537c9003e..1a7e8dbf0 100644 --- a/tig/Pkgfile +++ b/tig/Pkgfile @@ -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 }