diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile index 37e0960a3..521b09ae0 100644 --- a/rtorrent/Pkgfile +++ b/rtorrent/Pkgfile @@ -5,12 +5,12 @@ name=rtorrent version=0.9.2 -release=1 +release=2 source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr --mandir=/usr/man --enable-debug=no make make install DESTDIR=$PKG install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1