commit 62c6ed71d959826356988faf7051a1ff24fad3cb Author: Thomas Penteker <tek@serverop.de> Date: Wed Dec 21 23:40:36 2016 +0100 rtorrent: man page is not shipped anymore diff --git a/rtorrent/.footprint b/rtorrent/.footprint index 85b3db7..918ec7b 100644 --- a/rtorrent/.footprint +++ b/rtorrent/.footprint @@ -1,7 +1,3 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/rtorrent -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/rtorrent.1.gz +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/rtorrent diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile index 77fb57c..503aa32 100644 --- a/rtorrent/Pkgfile +++ b/rtorrent/Pkgfile @@ -18,5 +18,5 @@ build() { ./configure --prefix=/usr --mandir=/usr/man --enable-debug=no make make install DESTDIR=$PKG - install -m 644 -D doc/old/rtorrent.1 $PKG/usr/share/man/man1/rtorrent.1 + #install -m 644 -D doc/old/rtorrent.1 $PKG/usr/share/man/man1/rtorrent.1 }