rtorrent: fix man-dir

This commit is contained in:
Thomas Penteker 2010-02-26 16:56:14 +01:00
parent 350b940fe9
commit e3045ede8c
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,6 @@
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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/rtorrent.1.gz

View File

@ -10,7 +10,7 @@ source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make install DESTDIR=$PKG
}