wok-next rev 4225
Fix: xorg-server-tinyX use busybox patch to compile
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Sep 24 14:28:07 2009 +0200 (2009-09-24) |
parents | e986c3eb7c2a |
children | 3f9fca51615e |
files | xorg-server-tinyX/receipt |
line diff
1.1 --- a/xorg-server-tinyX/receipt Thu Sep 24 14:24:29 2009 +0200 1.2 +++ b/xorg-server-tinyX/receipt Thu Sep 24 14:28:07 2009 +0200 1.3 @@ -39,7 +39,7 @@ 1.4 while read file; do 1.5 [ -f done.$file ] && continue 1.6 echo "Apply $file..." 1.7 - patch -p1 < ../stuff/$PACKAGE-$VERSION-$file || return 1 1.8 + busybox patch -p1 < ../stuff/$PACKAGE-$VERSION-$file || return 1 1.9 touch done.$file 1.10 done <<EOT 1.11 hal_parallel.u