wok rev 9461
Remove lines that remove .pyo and .pyc files in gobject-introspection. This is done in tazwok now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Apr 03 10:35:01 2011 +0000 (2011-04-03) |
parents | 5cf346a275b2 |
children | 95ca7b3bc202 |
files | gobject-introspection/receipt |
line diff
1.1 --- a/gobject-introspection/receipt Sun Apr 03 10:28:33 2011 +0000 1.2 +++ b/gobject-introspection/receipt Sun Apr 03 10:35:01 2011 +0000 1.3 @@ -33,6 +33,4 @@ 1.4 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.5 cp -a $_pkg/usr/lib/gobject-introspection $fs/usr/lib 1.6 cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib 1.7 - find $fs/usr/lib -name "*.pyc" -delete 1.8 - find $fs/usr/lib -name "*.pyo" -delete 1.9 }