really really fix xcb-proto

This commit is contained in:
Lucy Phipps 2021-08-16 14:56:36 +01:00 committed by GitHub
parent 141b03676d
commit d89664ca63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ TERMUX_PKG_REPLACES="xcbproto"
termux_step_pre_configure() {
export PYTHON=$(. $TERMUX_SCRIPTDIR/packages/python/build.sh; echo python$_MAJOR_VERSION)
TERMUX_PKG_RM_AFTER_INSTALL="lib/python${PYTHON}/site-packages/xcbgen/__pycache__"
TERMUX_PKG_RM_AFTER_INSTALL="lib/${PYTHON}/site-packages/xcbgen/__pycache__"
}