From 12e64afe505eaf28dab5f89a24b91f7bcca47442 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 5 Sep 2016 10:23:41 +0200 Subject: [PATCH] ck4up: move man page to /usr/share/man --- ck4up/.footprint | 7 ++++--- ck4up/Pkgfile | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ck4up/.footprint b/ck4up/.footprint index 21672aba1..8c83e2441 100644 --- a/ck4up/.footprint +++ b/ck4up/.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/ck4up -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ck4up.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/ck4up.1.gz diff --git a/ck4up/Pkgfile b/ck4up/Pkgfile index 0caea45f9..b981ef4d7 100644 --- a/ck4up/Pkgfile +++ b/ck4up/Pkgfile @@ -5,10 +5,10 @@ name=ck4up version=1.4 -release=1 +release=2 source=(http://jue.li/crux/$name/$name-$version.tar.gz) build () { cd $name-$version - make DESTDIR=$PKG install + make MANDIR=/usr/share/man/man1 DESTDIR=$PKG install }