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