wok diff gparted/receipt @ rev 16177

8086tiny: nasm is native, do not use it
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 30 16:34:03 2014 +0000 (2014-03-30)
parents cf9a78d48bf1
children 30f2045d41f1
line diff
     1.1 --- a/gparted/receipt	Thu Dec 26 20:54:24 2013 +0100
     1.2 +++ b/gparted/receipt	Sun Mar 30 16:34:03 2014 +0000
     1.3 @@ -27,6 +27,8 @@
     1.4  	# gparted to play nicely with busybox.
     1.5  	sed -i 's/swapoff -v/swapoff/' src/Win_GParted.cc
     1.6  	sed -i 's/swapon -v/swapon/' src/Win_GParted.cc
     1.7 +	# Process test busybox compatible
     1.8 +	sed -i 's/ps -e | grep/pgrep/' gparted.in
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--disable-scrollkeeper \