Salome HOME
Fedora 6 support
[tools/install.git] / config_files / docutils-0.3.7.sh
index 126cf5449a2db1e52c54d70e628afd4367cc721d..c847e46ae66c35b4680b88b5350bbde6c5387076 100755 (executable)
@@ -1,4 +1,16 @@
-#!/bin/sh
+#!/bin/bash -noprofile
+
+####################################################################################
+#  File      : docutils-0.3.7.sh
+#  Created   : Thu Dec 18 12:01:00 2002
+#  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
+#  Project   : SALOME
+#  Module    : Installation Wizard
+#  Copyright : 2002-2007 CEA
+#
+#  This script is the part of the SALOME installation procedure.
+#
+####################################################################################
 
 check_version(){
 # It is not necessary to check version!
@@ -47,6 +59,10 @@ mv -f _rst2html.py rst2html.py
 chmod a+x rst2html.py
 ln -sf rst2html.py rst2html
 
+  if test `uname -m` = "x86_64" ; then
+      cd ${PRODUCT_DIR}; ln -sf lib64 lib
+  fi
+
 rm -fr ${PRODUCT_WORK}
 
 print_env