wok diff newt/receipt @ rev 23240

updated newt (0.52.20 -> 0.52.21)
author Hans-G?nter Theisgen
date Wed Mar 25 09:00:06 2020 +0100 (2020-03-25)
parents 5ec950823322
children 241fb98cab1c
line diff
     1.1 --- a/newt/receipt	Sun May 05 17:10:18 2019 +0100
     1.2 +++ b/newt/receipt	Wed Mar 25 09:00:06 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="newt"
     1.7 -VERSION="0.52.20"
     1.8 +VERSION="0.52.21"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Not Erik's Windowing Toolkit."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -21,9 +21,9 @@
    1.13  	tcl=$(ls /usr/lib/libtcl*.so | sed 's|/usr/lib/lib\(.*\).so|\1|')
    1.14  
    1.15  	echo "Patching for $python and $tcl..."
    1.16 -	sed -i -e "s/python2.4/$python/" \
    1.17 +	sed -i	-e "s/python2.4/$python/" \
    1.18  		-e "s/tcl8.4/$tcl/" \
    1.19 -	     Makefile.in
    1.20 +		Makefile.in
    1.21  
    1.22  	./configure				\
    1.23  		--prefix=/usr			\