From d89664ca633372b3d90b74cea487aa8eeb8ddb1a Mon Sep 17 00:00:00 2001 From: Lucy Phipps Date: Mon, 16 Aug 2021 14:56:36 +0100 Subject: [PATCH] really really fix xcb-proto --- packages/xcb-proto/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xcb-proto/build.sh b/packages/xcb-proto/build.sh index e4d306f07..775989682 100644 --- a/packages/xcb-proto/build.sh +++ b/packages/xcb-proto/build.sh @@ -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__" }