From: Victor Martinez Date: Mon, 7 Feb 2022 12:08:29 +0000 (+0100) Subject: util-linux: fixed manpages X-Git-Url: http://gitweb/?a=commitdiff_plain;h=fb90b32238755d4a510392d68d89ef7cf1946ad6;p=ports%2Fcore-arm.git util-linux: fixed manpages --- diff --git a/util-linux/.signature b/util-linux/.signature index 6b50faa..199ba9c 100644 --- a/util-linux/.signature +++ b/util-linux/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/core-arm.pub -RWTMGLGEHsm4dTFMlM+zki8m/wpVuRL+qiYHXBhmGhj1y08Giws6EpcT6Q9gGq/cTsh9HaytyIp2T3+GvFq7QuVD9U8KKd0XKQA= -SHA256 (Pkgfile) = e635e79b725675c6f6228f54d54144fcd50b337c44fde4d84a1aced4cc9c9eef +RWTMGLGEHsm4dQ/7I8DZXpdOa4yTo4Cw7aGJ4k2H4eVzW6CLi/bPu+LMWnhPhpYUi4nNJPukrlScTQ25rDfhXoihqhUY7yXLVwg= +SHA256 (Pkgfile) = 8ba2a679d620012bd48d47856364ea183d4b2ef8a6665195a0cfc16a867edeb1 SHA256 (.footprint) = 39f92b7a8c32033c4e905d11cef236cce448a5cf07c95ea454bef4f3560d8019 SHA256 (util-linux-2.37.3.tar.xz) = 590c592e58cd6bf38519cb467af05ce6a1ab18040e3e3418f24bcfb2f55f9776 +SHA256 (util-linux-man-2.37.3.tar.xz) = 484f3df077df75b955afd696d5cec43987ea17dec908c25667c0f36a16637a30 diff --git a/util-linux/Pkgfile b/util-linux/Pkgfile index 5f10d81..4c5a14d 100644 --- a/util-linux/Pkgfile +++ b/util-linux/Pkgfile @@ -7,7 +7,8 @@ name=util-linux version=2.37.3 release=1 -source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz) +source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz + $name-man-$version.tar.xz) build() { cd $name-$version @@ -24,7 +25,9 @@ build() { install -d $PKG/{etc,var/{lib/libuuid,run/uuidd}} touch $PKG/etc/adjtime + cp -r $SRC/man $PKG/usr/share + rm -r $PKG/usr/share/{doc,bash-completion} rm -r $PKG/usr/share rm $PKG/sbin/{mkfs.bfs,mkfs.minix,fsck.minix} }