wok diff htop/receipt @ rev 20442
Up: firefox-official (62.0)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Sep 11 20:02:56 2018 +0200 (2018-09-11) |
parents | 2f45bddbfd08 |
children | f0bfaf36c53f |
line diff
1.1 --- a/htop/receipt Sat May 07 16:46:59 2016 +0200 1.2 +++ b/htop/receipt Tue Sep 11 20:02:56 2018 +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 &&