wok-next rev 15757
gparted: false positive process test prevented start
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Jan 03 23:34:39 2014 +0000 (2014-01-03) |
parents | 71a23204c33e |
children | 7b22c3192723 |
files | gparted/receipt |
line diff
1.1 --- a/gparted/receipt Fri Jan 03 21:17:29 2014 +0100 1.2 +++ b/gparted/receipt Fri Jan 03 23:34:39 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 \