rtorrent: man page is not shipped anymore

This commit is contained in:
Thomas Penteker 2016-12-21 23:40:36 +01:00
parent 1d04150406
commit 62c6ed71d9
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -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
}