wok-6.x diff linux/receipt @ rev 1526
glade3: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 08 21:20:37 2008 +0000 (2008-10-08) |
parents | d442045183a5 |
children | 0f29c565427b |
line diff
1.1 --- a/linux/receipt Sun Jul 27 01:18:49 2008 +0200 1.2 +++ b/linux/receipt Wed Oct 08 21:20:37 2008 +0000 1.3 @@ -19,10 +19,15 @@ 1.4 cp ../stuff/gztazmod.sh ../stuff/list_modules.sh slitaz 1.5 # lzma and misc patches from pascal 1.6 while read patch_file; do 1.7 + if [ -f done.$patch_file ]; then 1.8 + echo "Skipping $patch_file" 1.9 + continue 1.10 + fi 1.11 echo "Apply $patch_file" 1.12 patch -p1 < ../stuff/$patch_file || return 1 1.13 echo "$patch_file" >> slitaz/patches 1.14 cp ../stuff/$patch_file slitaz/$patch_file 1.15 + touch done.$patch_file 1.16 done <<EOT 1.17 $PACKAGE-lzma-$VERSION.u 1.18 $PACKAGE-utf8-$VERSION.u