# HG changeset patch # User Christopher Rogers # Date 1301826901 0 # Node ID 36375391ec20b7cde7c7dc57743fd5bfeb32288b # Parent 5cf346a275b22507198dbd995cbb542030583245 Remove lines that remove .pyo and .pyc files in gobject-introspection. This is done in tazwok now. diff -r 5cf346a275b2 -r 36375391ec20 gobject-introspection/receipt --- a/gobject-introspection/receipt Sun Apr 03 10:28:33 2011 +0000 +++ b/gobject-introspection/receipt Sun Apr 03 10:35:01 2011 +0000 @@ -33,6 +33,4 @@ cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/gobject-introspection $fs/usr/lib cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib - find $fs/usr/lib -name "*.pyc" -delete - find $fs/usr/lib -name "*.pyo" -delete }