clex: fix man-page location

This commit is contained in:
Juergen Daubert 2016-08-06 13:29:15 +02:00
parent b0955dcd8b
commit 3046cab62b
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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
}