wok rev 20552

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