wok-4.x diff linux/receipt @ rev 1908
tazndis: add symlink to ndiswrapper
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Dec 21 15:49:01 2008 +0100 (2008-12-21) |
parents | d442045183a5 |
children | 0f29c565427b |
line diff
1.1 --- a/linux/receipt Sun Jul 27 01:18:49 2008 +0200 1.2 +++ b/linux/receipt Sun Dec 21 15:49:01 2008 +0100 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