wok rev 20551

Update get-palemoon for 28.2.2 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 11 10:13:13 2018 +0100 (2018-12-11)
parents 79156d638b1e
children b639b4419c14
files get-palemoon/stuff/get-palemoon
line diff
     1.1 --- a/get-palemoon/stuff/get-palemoon	Tue Dec 11 09:42:58 2018 +0100
     1.2 +++ b/get-palemoon/stuff/get-palemoon	Tue Dec 11 10:13:13 2018 +0100
     1.3 @@ -42,6 +42,6 @@
     1.4  SUGGESTED="ffmpeg"
     1.5  EOR
     1.6  ################
     1.7 -find $1$PKGROOT /$DESKTOP -type f | tee "$PKGDIR/files.list" | \
     1.8 -	xargs md5sum > "$PKGDIR/md5sum"
     1.9 +( cd ${1:-.}; find $PKGROOT /$DESKTOP -type f -exec md5sum {} \; ) | \
    1.10 +	tee "$PKGDIR/md5sum" | cut -c35- > "$PKGDIR/files.list"
    1.11  ################