summaryrefslogtreecommitdiff
path: root/rtorrent
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2010-02-26 16:56:14 +0100
committerThomas Penteker <tek@serverop.de>2010-02-26 16:56:14 +0100
commite3045ede8c1f10d31bd8c1748dce92663bd4e314 (patch)
treec035d5b14517f1d8b8a990ea40057e6c694f3393 /rtorrent
parent350b940fe9ee2e54b6960b9263f91752d82654ef (diff)
downloadcontrib-e3045ede8c1f10d31bd8c1748dce92663bd4e314.tar.gz
contrib-e3045ede8c1f10d31bd8c1748dce92663bd4e314.tar.xz
rtorrent: fix man-dir
Diffstat (limited to 'rtorrent')
-rw-r--r--rtorrent/.footprint7
-rw-r--r--rtorrent/Pkgfile2
2 files changed, 4 insertions, 5 deletions
diff --git a/rtorrent/.footprint b/rtorrent/.footprint
index 529fb30fb..20bbcb84f 100644
--- a/rtorrent/.footprint
+++ b/rtorrent/.footprint
@@ -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
diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile
index 4158443dc..8d6af8b01 100644
--- a/rtorrent/Pkgfile
+++ b/rtorrent/Pkgfile
@@ -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
}

Generated by cgit