wok diff tazinst/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 429a73e5062c
children ec4bc374aea9
line diff
     1.1 --- a/tazinst/receipt	Sun Nov 20 00:33:44 2016 +0200
     1.2 +++ b/tazinst/receipt	Mon Feb 20 09:35:09 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazinst"
     1.7 -VERSION="84"
     1.8 +VERSION="86"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz installer"
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -11,10 +11,10 @@
    1.13  WEB_SITE="http://www.slitaz.org/"
    1.14  WGET_URL="http://hg.slitaz.org/tazinst/archive/$VERSION.tar.bz2"
    1.15  TAGS="slitaz"
    1.16 -SIBLINGS="tazinst-gui"
    1.17  
    1.18  DEPENDS="util-linux-blkid lzma parted"
    1.19  SUGGESTED="tazpanel"
    1.20 +SIBLINGS="tazinst-gui"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()