# HG changeset patch # User Hans-G?nter Theisgen # Date 1578817177 -3600 # Node ID 9b6a3a5c1a0705cf84770a4e2f79a21b845db41a # Parent 3f7f1ad4e622dcbbf3b1ea7be242dd888bd1fa1a updated coreutils packages (8.25 -> 8.31) diff -r 3f7f1ad4e622 -r 9b6a3a5c1a07 coreutils-character/receipt --- a/coreutils-character/receipt Sat Jan 11 17:21:01 2020 +0100 +++ b/coreutils-character/receipt Sun Jan 12 09:19:37 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="coreutils-character" -VERSION="8.25" +VERSION="8.31" CATEGORY="system-tools" SHORT_DESC="GNU utilities that operate on characters." MAINTAINER="rcx@zoominternet.net" LICENSE="GPL3" WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html" +DEPENDS="glibc-base" WANTED="coreutils" -DEPENDS="glibc-base" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -17,11 +17,12 @@ mandir="$fs/usr/share/man/man1" mkdir -p $mandir - while read i; do + while read i + do mkdir -p $fs$(dirname $i) - cp -a $install$i $fs$i + cp -a $install$i $fs$i find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \; - done <