diff options
author | Thomas Penteker <tek@serverop.de> | 2016-12-21 23:40:36 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2016-12-21 23:40:36 +0100 |
commit | 62c6ed71d959826356988faf7051a1ff24fad3cb (patch) | |
tree | 980f19f02f1c3a492e19dd7ed96cd08c793b2ac1 /rtorrent | |
parent | 1d041504064dd9d759d6952bdb0598d23d609c39 (diff) | |
download | contrib-62c6ed71d959826356988faf7051a1ff24fad3cb.tar.gz contrib-62c6ed71d959826356988faf7051a1ff24fad3cb.tar.xz |
rtorrent: man page is not shipped anymore
Diffstat (limited to 'rtorrent')
-rw-r--r-- | rtorrent/.footprint | 10 | ||||
-rw-r--r-- | rtorrent/Pkgfile | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/rtorrent/.footprint b/rtorrent/.footprint index 85b3db710..918ec7b22 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 77fb57c03..503aa3283 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 } |