]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
fix pb in xmdump script when installing binaries : correct installation prefix
authorvsr <vsr@opencascade.com>
Thu, 28 Sep 2006 07:43:37 +0000 (07:43 +0000)
committervsr <vsr@opencascade.com>
Thu, 28 Sep 2006 07:43:37 +0000 (07:43 +0000)
config_files/med-2.2.3.sh

index 7666f43f026610dfcafdff5d0ed4d3be7c22809e..11e6bb75568175a13d197c67e68b0e5b9e3db754 100755 (executable)
@@ -142,6 +142,12 @@ mv -f libmedC.la.new libmedC.la
 chmod 755 libmed.la
 chmod 755 libmedC.la
 
+### modify scripts to correct installation path
+cd ${PRODUCT_DIR}/bin
+sed -e "s%set cmd \".*/bin/mdump\"%set cmd \"${PRODUCT_DIR}/bin/mdump\"%g" xmdump > _xmdump
+mv _xmdump xmdump
+chmod a+x xmdump
+
 print_env
 }