From 3046cab62bf472074dda61b881a8e8c3ec1259f2 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 6 Aug 2016 13:29:15 +0200 Subject: [PATCH] clex: fix man-page location --- clex/.footprint | 11 ++++++----- clex/Pkgfile | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/clex/.footprint b/clex/.footprint index 5c3ea5fa6..644734a5e 100644 --- a/clex/.footprint +++ b/clex/.footprint @@ -3,8 +3,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/cfg-clex -rwxr-xr-x root/root usr/bin/clex -rwxr-xr-x root/root usr/bin/kbd-test -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/cfg-clex.1.gz --rw-r--r-- root/root usr/man/man1/clex.1.gz --rw-r--r-- root/root usr/man/man1/kbd-test.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/cfg-clex.1.gz +-rw-r--r-- root/root usr/share/man/man1/clex.1.gz +-rw-r--r-- root/root usr/share/man/man1/kbd-test.1.gz diff --git a/clex/Pkgfile b/clex/Pkgfile index 31a2b1279..893e6d3f3 100644 --- a/clex/Pkgfile +++ b/clex/Pkgfile @@ -10,7 +10,7 @@ source=(http://www.clex.sk/download/$name-$version.tar.gz) build () { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }