wok-stable diff gparted/receipt @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents ea35c13a1842
children
line diff
     1.1 --- a/gparted/receipt	Thu Nov 03 01:21:01 2011 +0000
     1.2 +++ b/gparted/receipt	Mon Mar 04 18:42:23 2019 +0100
     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 \