]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Normalize the hack which consists in adding sip installation in PyQt one (Base mode...
authorqc784398 <quentin.cozette@cea.fr>
Tue, 11 May 2021 12:55:37 +0000 (14:55 +0200)
committerqc784398 <quentin.cozette@cea.fr>
Tue, 11 May 2021 12:55:37 +0000 (14:55 +0200)
products/compil_scripts/PyQt-5.15.sh

index ecf6c3f5f2e3c1ef83f7e98051c204f578466ba8..0dcc255a13717ef883d6ed7ea38ad83be00e2932 100755 (executable)
@@ -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