wok-current diff vzctl/receipt @ rev 8974
[q-z]*: use veriable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 02 11:06:20 2011 +0100 (2011-03-02) |
parents | 0b4cf0d9e1b5 |
children | b7319995b37e |
line diff
1.1 --- a/vzctl/receipt Mon Feb 14 19:09:46 2011 +0100 1.2 +++ b/vzctl/receipt Wed Mar 02 11:06:20 2011 +0100 1.3 @@ -23,7 +23,7 @@ 1.4 continue 1.5 fi 1.6 echo "Apply $patch_file" 1.7 - patch -p1 < ../stuff/$patch_file || return 1 1.8 + patch -p1 < $stuff/$patch_file || return 1 1.9 touch done.$patch_file 1.10 done <<EOT 1.11 vzctl-${VERSION}-Makefile.u