wok-4.x rev 12357

gparted: remove -v option from swapon/off commands.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 24 18:29:29 2012 +0000 (2012-11-24)
parents 849fbcec9f6c
children 854a7de2c1b9
files gparted/receipt
line diff
     1.1 --- a/gparted/receipt	Sat Nov 24 17:33:24 2012 +0200
     1.2 +++ b/gparted/receipt	Sat Nov 24 18:29:29 2012 +0000
     1.3 @@ -21,6 +21,10 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	# Remove the "-v" option from the swapon/off commands.  This will allow
     1.8 +	# gparted to play nicely with busybox.
     1.9 +	sed -i 's/swapoff -v/swapoff/' src/Win_GParted.cc
    1.10 +	sed -i 's/swapon -v/swapon/' src/Win_GParted.cc
    1.11  	./configure \
    1.12  		--prefix=/usr \
    1.13  		--disable-scrollkeeper \