pygobject: quote filenames

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-21 16:37:41 +01:00
parent f46707796d
commit 53b0c163b9

View File

@ -36,8 +36,8 @@ PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-thread --disable-introspection"
post_makeinstall_target() {
find $INSTALL/usr/lib -name *.py -exec rm -rf "{}" ";"
find $INSTALL/usr/lib -name *.pyc -exec rm -rf "{}" ";"
find $INSTALL/usr/lib -name "*.py" -exec rm -rf "{}" ";"
find $INSTALL/usr/lib -name "*.pyc" -exec rm -rf "{}" ";"
rm -rf $INSTALL/usr/bin
rm -rf $INSTALL/usr/share/pygobject