wok-6.x diff speedtouch/receipt @ rev 9688
Fixed slim for cookutils (i think).
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 06 22:02:53 2011 +0000 (2011-05-06) |
parents | 190fae531539 |
children | b7319995b37e |
line diff
1.1 --- a/speedtouch/receipt Thu Dec 10 13:29:28 2009 +0000 1.2 +++ b/speedtouch/receipt Fri May 06 22:02:53 2011 +0000 1.3 @@ -18,7 +18,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 + patch -p1 < $stuff/$PACKAGE-$VERSION-$file || return 1 1.9 touch done.$file 1.10 done <<EOT 1.11 gcc4.u