summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-08-06 13:29:15 +0200
committerJuergen Daubert <jue@jue.li>2016-08-06 13:29:23 +0200
commit3046cab62bf472074dda61b881a8e8c3ec1259f2 (patch)
tree8d79aa90ddd4fe94f8d64678b50196d1e05e1614
parentb0955dcd8b9e87db9f3154681c1d784157f7e696 (diff)
downloadopt-3046cab62bf472074dda61b881a8e8c3ec1259f2.tar.gz
opt-3046cab62bf472074dda61b881a8e8c3ec1259f2.tar.xz
clex: fix man-page location
-rw-r--r--clex/.footprint11
-rw-r--r--clex/Pkgfile2
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
}

Generated by cgit