clex: fix man-page location
This commit is contained in:
parent
b0955dcd8b
commit
3046cab62b
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user