wok diff htop/receipt @ rev 19383

Up tazlito (429), htop (2.0.2)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Aug 20 01:53:50 2016 +0200 (2016-08-20)
parents 2f45bddbfd08
children f0bfaf36c53f
line diff
     1.1 --- a/htop/receipt	Sat May 07 16:46:59 2016 +0200
     1.2 +++ b/htop/receipt	Sat Aug 20 01:53:50 2016 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="htop"
     1.7 -VERSION="2.0.0"
     1.8 +VERSION="2.0.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Interactive process viewer."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -23,8 +23,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	# waiting the a real fix...
    1.17 -	sed -i "s|\$am_aux_dir/missing|$src/missing|" configure
    1.18  	./configure \
    1.19  		--enable-unicode \
    1.20  		$CONFIGURE_ARGS $CROSS_ARGS &&