wok diff htop/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents 29be722dd1a2
children d1139a9dbf88
line diff
     1.1 --- a/htop/receipt	Thu Feb 11 19:22:31 2016 +0000
     1.2 +++ b/htop/receipt	Thu Feb 25 14:47:17 2016 +0200
     1.3 @@ -23,10 +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  	./configure \
     1.9  		--enable-unicode \
    1.10  		$CONFIGURE_ARGS $CROSS_ARGS &&
    1.11 -	make && make install
    1.12 +	make && make install && rm -f /root/missing
    1.13 +	
    1.14  }
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.