wok diff htop/receipt @ rev 19101

Up vlc (2.2.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 04 10:51:05 2016 +0200 (2016-05-04)
parents 29be722dd1a2
children d1139a9dbf88
line diff
     1.1 --- a/htop/receipt	Thu Feb 11 19:22:31 2016 +0000
     1.2 +++ b/htop/receipt	Wed May 04 10:51:05 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.