From: Victor Martinez Date: Fri, 13 Nov 2015 14:00:11 +0000 (+0000) Subject: time: updated mandir X-Git-Url: http://gitweb/?a=commitdiff_plain;h=218c70ffc2c7addaf34e2a3fa1df9c3e33916bb9;p=crossrootfs.git time: updated mandir --- diff --git a/time/.footprint b/time/.footprint index a3f8961..b02474d 100644 --- a/time/.footprint +++ b/time/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/time -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/time.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/time.1.gz diff --git a/time/Pkgfile b/time/Pkgfile index f0c10a2..7fa5e6f 100644 --- a/time/Pkgfile +++ b/time/Pkgfile @@ -6,7 +6,7 @@ name=time version=1.7 -release=1 +release=3 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ resuse.h.patch $name.1) @@ -16,12 +16,12 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ - --prefix=/usr + --prefix=/usr \ + --infodir=$PKG/usr/info make make prefix=$PKG/usr install rm -rf $PKG/usr/info - mkdir -p $PKG/usr/man/man1 - cp ../$name.1 $PKG/usr/man/man1 + install -D -m 0644 $SRC/$name.1 $PKG/usr/share/man/man1/$name.1 }