steamcontroller: mute python compileall.py output

This commit is contained in:
Lukas Rusak 2016-11-21 22:07:29 -08:00
parent dd885d0348
commit d56b95f5d9
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -61,6 +61,6 @@ addon() {
fi
cp $(get_build_dir linux)/usr/include/linux/input.h $ADDON_BUILD/$PKG_ADDON_ID/include/linux/
python -Wi -t -B $ROOT/$TOOLCHAIN/lib/python2.7/compileall.py $ADDON_BUILD/$PKG_ADDON_ID/lib/ -f
python -Wi -t -B $ROOT/$TOOLCHAIN/lib/python2.7/compileall.py $ADDON_BUILD/$PKG_ADDON_ID/lib/ -f 1>/dev/null
find $ADDON_BUILD/$PKG_ADDON_ID/lib/ -name '*.py' -exec rm {} \;
}