Salome HOME
Implementation of support of 64bit
[tools/install.git] / config_files / docutils-0.3.7.sh
index 126cf5449a2db1e52c54d70e628afd4367cc721d..81318efaff6528e451da918c7150f32b77943047 100755 (executable)
@@ -47,6 +47,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