From e3045ede8c1f10d31bd8c1748dce92663bd4e314 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Fri, 26 Feb 2010 16:56:14 +0100 Subject: rtorrent: fix man-dir --- rtorrent/.footprint | 7 +++---- rtorrent/Pkgfile | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'rtorrent') 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 } -- cgit v1.2.3