wok-next diff gparted/receipt @ rev 16159
fasm: do not strip fasm
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 28 21:59:03 2014 +0000 (2014-03-28) |
parents | cf9a78d48bf1 |
children | 30f2045d41f1 |
line diff
1.1 --- a/gparted/receipt Thu Dec 26 20:54:24 2013 +0100 1.2 +++ b/gparted/receipt Fri Mar 28 21:59:03 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 \