wok-6.x diff htop/receipt @ rev 20100
Up slitaz-tools (1024)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 07 23:08:11 2017 +0200 (2017-10-07) |
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 Oct 07 23:08:11 2017 +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 &&