wok rev 23452

updated ptxdist (2019.06.0 -> 2020.03.0)
author Hans-G?nter Theisgen
date Fri Apr 03 10:44:44 2020 +0100 (2020-04-03)
parents 117e5b447e27
children b3bc4f725c0b
files ptxdist/receipt
line diff
     1.1 --- a/ptxdist/receipt	Fri Apr 03 10:38:18 2020 +0100
     1.2 +++ b/ptxdist/receipt	Fri Apr 03 10:44:44 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ptxdist"
     1.7 -VERSION="2019.06.0"
     1.8 +VERSION="2020.03.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Reproducable Embedded Linux Systems."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -24,11 +24,11 @@
    1.13  # Pre and post install commands for Tazpkg.
    1.14  post_install()
    1.15  {
    1.16 -	[ -L "$1/usr/bin/wget" ] && tazpkg get-install wget --forced --root="${1:-/}"
    1.17 +	[ -L "$1/usr/bin/wget" ] &&
    1.18 +	tazpkg get-install wget --forced --root="${1:-/}"
    1.19  	cat <<EOT
    1.20  Now you can do:
    1.21  $ cd /usr/lib/buildroot
    1.22  $ make menuconfig
    1.23  EOT
    1.24  }
    1.25 -