wok rev 22053

minitest: post-install(): fix "sed: unmatched '|'" error
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 22 19:46:38 2019 +0200 (2019-10-22)
parents 0d08d15e81f8
children 8f1b0ae959cf
files bzip2/receipt minetest/receipt offlineimap/receipt
line diff
     1.1 --- a/bzip2/receipt	Tue Oct 22 17:41:52 2019 +0100
     1.2 +++ b/bzip2/receipt	Tue Oct 22 19:46:38 2019 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="BSD"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://www.bzip.org/"
     1.8 +WEB_SITE="https://sourceware.org/bzip2/"
     1.9  WGET_URL="http://www.bzip.org/$VERSION/$TARBALL"
    1.10  TAGS="compression archive"
    1.11  HOST_ARCH="i486 arm"
     2.1 --- a/minetest/receipt	Tue Oct 22 17:41:52 2019 +0100
     2.2 +++ b/minetest/receipt	Tue Oct 22 19:46:38 2019 +0200
     2.3 @@ -64,7 +64,7 @@
     2.4  {
     2.5  	case " $(. $1/etc/rcS.conf; echo $LOAD_MODULES) " in
     2.6  	*\ snd-pcm-oss\ *) ;;
     2.7 -	*) sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf
     2.8 +	*) sed -i 's|LOAD_MODULES="|&snd-pcm-oss |' $1/etc/rcS.conf
     2.9  	   modprobe snd-pcm-oss;;
    2.10  	esac
    2.11  }
     3.1 --- a/offlineimap/receipt	Tue Oct 22 17:41:52 2019 +0100
     3.2 +++ b/offlineimap/receipt	Tue Oct 22 19:46:38 2019 +0200
     3.3 @@ -7,7 +7,7 @@
     3.4  MAINTAINER="taziden@slitaz.org"
     3.5  LICENSE="GPL2"
     3.6  TARBALL="offlineimap_$VERSION.tar.gz"
     3.7 -WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/"
     3.8 +WEB_SITE="https://www.offlineimap.org/"
     3.9  WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL"
    3.10  TAGS="email imap"
    3.11