ck4up: move man page to /usr/share/man

This commit is contained in:
Juergen Daubert 2016-09-05 10:23:41 +02:00
parent b986c1b179
commit 12e64afe50
2 changed files with 6 additions and 5 deletions

View File

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

View File

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