wok-current rev 111
Use busybox patch to apply bash patch
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jan 04 23:22:24 2008 +0100 (2008-01-04) |
parents | 4a1d0ce00353 |
children | 209b922a770b |
files | bash/receipt |
line diff
1.1 --- a/bash/receipt Fri Jan 04 23:17:57 2008 +0100 1.2 +++ b/bash/receipt Fri Jan 04 23:22:24 2008 +0100 1.3 @@ -15,7 +15,7 @@ 1.4 { 1.5 # Patch and then build. 1.6 cd $src 1.7 - patch -p1 < ../stuff/bash32-025.patch 1.8 + busybox patch -p1 -i ../stuff/bash32-025.patch 1.9 ./configure --prefix=/usr --bindir=/bin \ 1.10 --enable-history --enable-alias \ 1.11 --disable-nls --without-bash-malloc \