# HG changeset patch # User Samuel Trassare # Date 1350748742 0 # Node ID a413a2d184fa8540a591064d22ca73ae4659dd6a # Parent 0b74dfbe7c778e75fdcc8ea0e3cea29a7978631c gparted: remove -v option from swapon/off commands. diff -r 0b74dfbe7c77 -r a413a2d184fa gparted/receipt --- a/gparted/receipt Sat Oct 20 13:58:39 2012 +0000 +++ b/gparted/receipt Sat Oct 20 15:59:02 2012 +0000 @@ -22,6 +22,10 @@ { cd $src find . -name '*.h' -o -name '*.c*' | xargs sed -i 's|glibmm/i18n|glib/gi18n|' + # Remove the "-v" option from the swapon/off commands. This will allow + # gparted to play nicely with busybox. + sed -i 's/swapoff -v/swapoff/' src/Win_GParted.cc + sed -i 's/swapon -v/swapon/' src/Win_GParted.cc ./configure \ --prefix=/usr \ --disable-scrollkeeper \