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/
drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rdate -rwxr-xr-x root/root usr/bin/rdate
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man8/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man8/rdate.8.gz 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 name=openrdate
version=1.2 version=1.2
release=1 release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz/$name-$version.tar.gz source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz/$name-$version.tar.gz
rdate) rdate)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr --mandir=/usr/man ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate install -D -m 755 $SRC/rdate $PKG/etc/cron/daily/rdate