From 1193aaf687a237ead999f1b9d8cd1b0fb54fa484 Mon Sep 17 00:00:00 2001 From: qc784398 Date: Tue, 11 May 2021 14:55:37 +0200 Subject: [PATCH] Normalize the hack which consists in adding sip installation in PyQt one (Base mode compliance) --- products/compil_scripts/PyQt-5.15.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/products/compil_scripts/PyQt-5.15.sh b/products/compil_scripts/PyQt-5.15.sh index ecf6c3f..0dcc255 100755 --- a/products/compil_scripts/PyQt-5.15.sh +++ b/products/compil_scripts/PyQt-5.15.sh @@ -79,7 +79,8 @@ fi # Issue with GUI - TO BE FIXED if [ -n "$SIP_ROOT_DIR" ] then - cp -r $SIP_ROOT_DIR $PRODUCT_INSTALL + mkdir -p $PRODUCT_INSTALL/sip + cp -r $SIP_ROOT_DIR/* $PRODUCT_INSTALL/sip else echo "FATAL: Please set SIP_ROOT_DIR environment variable" exit 6 -- 2.39.2