wok-next rev 7791
Fixed removal of .pyc files in miro.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Dec 24 02:15:22 2010 +0000 (2010-12-24) |
parents | e85b40e5b578 |
children | c40d672fcb68 |
files | miro/receipt |
line diff
1.1 --- a/miro/receipt Fri Dec 24 01:51:12 2010 +0000 1.2 +++ b/miro/receipt Fri Dec 24 02:15:22 2010 +0000 1.3 @@ -27,6 +27,6 @@ 1.4 cp -a $_pkg/usr/lib $fs/usr 1.5 cp -a $_pkg/usr/share/miro $fs/usr/share 1.6 cp -a $_pkg/usr/share/mime $fs/usr/share 1.7 - find -name "*.pyc" $fs/usr/lib -delete 1.8 + find $fs/usr/lib -name "*.pyc" -delete 1.9 } 1.10