mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
pygobject: quote filenames
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f46707796d
commit
53b0c163b9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user