# HG changeset patch # User Richard Dunbar # Date 1388792079 0 # Node ID 7112646fb2db8e5a600d0b8312c323cea6f5b8ca # Parent 71a23204c33e6fd467bb01f7c6c5d8f8b4ad6603 gparted: false positive process test prevented start diff -r 71a23204c33e -r 7112646fb2db gparted/receipt --- a/gparted/receipt Fri Jan 03 21:17:29 2014 +0100 +++ b/gparted/receipt Fri Jan 03 23:34:39 2014 +0000 @@ -27,6 +27,8 @@ # 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 + # Process test busybox compatible + sed -i 's/ps -e | grep/pgrep/' gparted.in ./configure \ --prefix=/usr \ --disable-scrollkeeper \