openrdate: move man-pages to /usr/share/man

This commit is contained in:
Fredrik Rinnestam 2015-07-25 22:43:58 +02:00
parent 647b30859e
commit 22350b253b
2 changed files with 6 additions and 5 deletions

View File

@ -5,6 +5,7 @@ drwxr-xr-x root/root etc/cron/daily/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rdate
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/rdate.8.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/rdate.8.gz

View File

@ -4,13 +4,13 @@
name=openrdate
version=1.2
release=1
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz/$name-$version.tar.gz
rdate)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install
install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate