wok diff coreutils-context-user/receipt @ rev 22616

updated coreutils packages (8.25 -> 8.31)
author Hans-G?nter Theisgen
date Sun Jan 12 09:19:37 2020 +0100 (2020-01-12)
parents 1d0123efe74c
children 3b252eb4d26a
line diff
     1.1 --- a/coreutils-context-user/receipt	Wed Jun 15 17:23:11 2016 +0300
     1.2 +++ b/coreutils-context-user/receipt	Sun Jan 12 09:19:37 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="coreutils-context-user"
     1.7 -VERSION="8.25"
     1.8 +VERSION="8.31"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GNU utilities related to the user context."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://www.gnu.org/software/coreutils/coreutils.html"
    1.14  
    1.15 +DEPENDS="glibc-base"
    1.16  WANTED="coreutils"
    1.17 -DEPENDS="glibc-base"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21 @@ -17,11 +17,12 @@
    1.22  	mandir="$fs/usr/share/man/man1"
    1.23  	mkdir -p $mandir
    1.24  
    1.25 -	while read i; do
    1.26 +	while read i
    1.27 +	  do
    1.28  		mkdir -p $fs$(dirname $i)
    1.29 -		cp -a $install$i $fs$i
    1.30 +		cp -a $install$i	$fs$i
    1.31  		find $install -name "$(basename $i).*" -exec cp -a \{\} $mandir \;
    1.32 -	done <<EOT
    1.33 +	  done <<EOT
    1.34  /usr/bin/groups
    1.35  /usr/bin/id
    1.36  /usr/bin/logname
    1.37 @@ -35,9 +36,10 @@
    1.38  post_remove()
    1.39  {
    1.40  	# Restore all Busybox applets that have been replaced
    1.41 -	while read i; do
    1.42 +	while read i
    1.43 +	  do
    1.44  		busybox ln -s /bin/busybox "$1$i"
    1.45 -	done <<EOT
    1.46 +	  done <<EOT
    1.47  /usr/bin/groups
    1.48  /usr/bin/id
    1.49  /usr/bin/logname