wok-current diff ndoutils/receipt @ rev 10082
Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 06:22:56 2011 +0000 (2011-05-20) |
parents | 4baffb6d5d2a |
children | 9938a922ca78 |
line diff
1.1 --- a/ndoutils/receipt Thu Feb 17 23:12:37 2011 +0100 1.2 +++ b/ndoutils/receipt Fri May 20 06:22:56 2011 +0000 1.3 @@ -19,7 +19,7 @@ 1.4 1.5 while read patch_file; do 1.6 if [ ! -f done.$patch_file ]; then 1.7 - patch -p1 < ../stuff/$patch_file || exit 1 1.8 + patch -p1 < $stuff/$patch_file || exit 1 1.9 touch done.$patch_file 1.10 fi 1.11 done <<EOT