Salome HOME
mesa unpack. script
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 11 Apr 2022 15:32:54 +0000 (17:32 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 11 Apr 2022 15:32:54 +0000 (17:32 +0200)
products/compil_scripts/mesa-19.0.8-x86_64.sh [new file with mode: 0755]

diff --git a/products/compil_scripts/mesa-19.0.8-x86_64.sh b/products/compil_scripts/mesa-19.0.8-x86_64.sh
new file mode 100755 (executable)
index 0000000..1d59fed
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+echo "##########################################################################"
+echo "mesa" $VERSION
+echo "##########################################################################"
+
+echo "Installing binary version"
+if [ -d $PRODUCT_INSTALL ]; then
+    :
+else
+    mkdir -p $PRODUCT_INSTALL
+fi
+cp -r $SOURCE_DIR/* $PRODUCT_INSTALL
+
+echo
+echo "########## END"
+