wok diff libedit-dev/receipt @ rev 24021

busybox: fix busybox-1.31-stat.u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 06 18:53:34 2021 +0000 (2021-03-06)
parents 80675e0f496c
children 4cfb1fddd0ad
line diff
     1.1 --- a/libedit-dev/receipt	Mon Apr 01 15:57:42 2019 +0100
     1.2 +++ b/libedit-dev/receipt	Sat Mar 06 18:53:34 2021 +0000
     1.3 @@ -8,14 +8,16 @@
     1.4  LICENSE="BSD"
     1.5  WEB_SITE="https://www.thrysoee.dk/editline/"
     1.6  
     1.7 -SOURCE="libedit-20190324"
     1.8 +SOURCE="libedit-20191231"
     1.9 +
    1.10 +DEPENDS="pkg-config"
    1.11  WANTED="libedit"
    1.12 -DEPENDS="pkg-config"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -	mkdir -p $fs/usr $fs/usr/lib
    1.18 +	mkdir -p $fs/usr
    1.19 +	mkdir -p $fs/usr/lib
    1.20  
    1.21  	cp -a $install/usr/include		$fs/usr
    1.22  	cp -a $install/usr/lib/*a		$fs/usr/lib