From: qc784398 Date: Tue, 11 May 2021 12:55:37 +0000 (+0200) Subject: Normalize the hack which consists in adding sip installation in PyQt one (Base mode... X-Git-Tag: V9_7_0~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1193aaf687a237ead999f1b9d8cd1b0fb54fa484;p=tools%2Fsat_salome.git Normalize the hack which consists in adding sip installation in PyQt one (Base mode compliance) --- 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