From c495481ebe4a2353dd9c1579421c31224278df1d Mon Sep 17 00:00:00 2001 From: Fredrik Rinnestam Date: Sun, 26 Jul 2015 01:00:13 +0200 Subject: [PATCH] ncdu: move man-pages to /usr/share/man --- ncdu/.footprint | 7 ++++--- ncdu/Pkgfile | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ncdu/.footprint b/ncdu/.footprint index 9f4d51dff..113cd6950 100644 --- a/ncdu/.footprint +++ b/ncdu/.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/ncdu -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ncdu.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/ncdu.1.gz diff --git a/ncdu/Pkgfile b/ncdu/Pkgfile index dcca66ee6..81342f4c1 100644 --- a/ncdu/Pkgfile +++ b/ncdu/Pkgfile @@ -1,15 +1,16 @@ # Description: NCurses Disk Usage # URL: http://dev.yorhel.nl/ncdu/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu +# Depends on: ncurses name=ncdu version=1.11 -release=1 +release=2 source=(http://dev.yorhel.nl/download/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }