wok diff htop/receipt @ rev 19115

tk, nano, htop, gawk: fix arm build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 07 15:28:14 2016 +0200 (2016-05-07)
parents 0f2b4a8c631e
children 2f45bddbfd08
line diff
     1.1 --- a/htop/receipt	Fri Feb 12 08:48:10 2016 +0100
     1.2 +++ b/htop/receipt	Sat May 07 15:28:14 2016 +0200
     1.3 @@ -23,11 +23,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cp missing /root/	# waiting the a real fix...
     1.8 +	# waiting the a real fix...
     1.9 +	sed -i "s|$am_aux_dir/missing|$src/missing|" configure
    1.10  	./configure \
    1.11  		--enable-unicode \
    1.12  		$CONFIGURE_ARGS $CROSS_ARGS &&
    1.13 -	make && make install && rm -f /root/missing
    1.14 +	make && make install
    1.15  	
    1.16  }
    1.17