From 7e27e7daa4f4f7f4397de09584909e33e04f318d Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Thu, 11 Feb 2016 23:53:19 +0100 Subject: [PATCH] htop: move man pages to /usr/share --- htop/.footprint | 7 ++++--- htop/Pkgfile | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/htop/.footprint b/htop/.footprint index 453b5a976..b0f589799 100644 --- a/htop/.footprint +++ b/htop/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/htop -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/htop.1.gz +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/htop.1.gz diff --git a/htop/Pkgfile b/htop/Pkgfile index 4c2e84cec..f6174f7b6 100644 --- a/htop/Pkgfile +++ b/htop/Pkgfile @@ -11,10 +11,10 @@ source=(http://hisham.hm/htop/releases/$version/htop-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --disable-nls --mandir=/usr/man + ./configure --prefix=/usr --disable-nls --mandir=/usr/share/man make make DESTDIR=$PKG install rm -rf $PKG/usr/{include,lib} - rm -rf $PKG/usr/share/{applications,pixmaps,} + rm -rf $PKG/usr/share/{applications,pixmaps} }