wok diff sed/receipt @ rev 19766

mysql, mariadb: fix pre_install status (thanks Aleksej)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 09:35:09 2017 +0100 (2017-02-20)
parents 479b6badd960
children 089e31a4281c
line diff
     1.1 --- a/sed/receipt	Sat Feb 14 22:42:00 2015 +0000
     1.2 +++ b/sed/receipt	Mon Feb 20 09:35:09 2017 +0100
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sed"
     1.7 -VERSION="4.2.2"
     1.8 +VERSION="4.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Gnu stream editor."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://www.gnu.org/software/sed/"
    1.16  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.17  HOST_ARCH="i486 arm"
    1.18 @@ -24,7 +24,6 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr
    1.23 -	cp -a $install/usr/bin $fs/usr
    1.24 +	cook_copy_folders bin
    1.25  }
    1.26