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

This commit is contained in:
Juergen Daubert 2015-07-26 18:20:13 +02:00
parent cd14014ab8
commit ff9a8674fc
2 changed files with 8 additions and 8 deletions

View File

@ -3,16 +3,16 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tzselect
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libtz.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/newctime.3.gz
-rw-r--r-- root/root usr/man/man3/newtzset.3.gz
drwxr-xr-x root/root usr/man/man5/
drwxr-xr-x root/root usr/man/man8/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/zdump
-rwxr-xr-x root/root usr/sbin/zic
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/newctime.3.gz
-rw-r--r-- root/root usr/share/man/man3/newtzset.3.gz
drwxr-xr-x root/root usr/share/man/man5/
drwxr-xr-x root/root usr/share/man/man8/
drwxr-xr-x root/root usr/share/zoneinfo/
drwxr-xr-x root/root usr/share/zoneinfo/Africa/
-rw-r--r-- root/root usr/share/zoneinfo/Africa/Abidjan

View File

@ -4,7 +4,7 @@
name=tzdata
version=2015e
release=1
release=2
source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz
http://www.iana.org/time-zones/repository/releases/tzcode$version.tar.gz
tzcode-makefile.patch)
@ -12,5 +12,5 @@ source=(http://www.iana.org/time-zones/repository/releases/$name$version.tar.gz
build() {
patch -p1 -i $SRC/tzcode-makefile.patch
make CFLAGS="$CFLAGS"
make DESTDIR=$PKG install
make DESTDIR=$PKG MANDIR=/usr/share/man install
}