summaryrefslogtreecommitdiff
path: root/packaging/Suite
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Suite')
-rw-r--r--packaging/Suite/MacOSX/NE1_Suite.pmdoc.tar.gzbin19640 -> 1910 bytes
-rwxr-xr-xpackaging/Suite/buildMacSuite.sh5
2 files changed, 5 insertions, 0 deletions
diff --git a/packaging/Suite/MacOSX/NE1_Suite.pmdoc.tar.gz b/packaging/Suite/MacOSX/NE1_Suite.pmdoc.tar.gz
index f1b27cde2..6a66a21d6 100644
--- a/packaging/Suite/MacOSX/NE1_Suite.pmdoc.tar.gz
+++ b/packaging/Suite/MacOSX/NE1_Suite.pmdoc.tar.gz
Binary files differ
diff --git a/packaging/Suite/buildMacSuite.sh b/packaging/Suite/buildMacSuite.sh
index efc970a6f..bebad3be7 100755
--- a/packaging/Suite/buildMacSuite.sh
+++ b/packaging/Suite/buildMacSuite.sh
@@ -24,6 +24,8 @@ RC_NUMBER="0"
GROMACS_VERSION="3.3.3"
QUTEMOLX_VERSION="0.5.1"
+DATECODE=`date "+%B %d, %Y"`
+
# Do a basic check for sanity in the build area.
if [ ! -e "$TOP_LEVEL/cad/src" ]
then
@@ -176,6 +178,9 @@ mv $GROM_FILE.tmp $GROM_FILE || exit 1
QMX_FILE=`ls *qutemolx.xml`
cat $QMX_FILE | sed -e "s:/Applications/Nanorex/QuteMolX:/Applications/Nanorex/QuteMolX $QUTEMOLX_VERSION:" > $QMX_FILE.tmp
mv $QMX_FILE.tmp $QMX_FILE
+#cat index.xml | sed -e "s:/Applications/Nanorex/QuteMolX:/Applications/Nanorex/QuteMolX $QUTEMOLX_VERSION:" | sed -e "s:/Applications/GROMACS:/Applications/GROMACS_$GROMACS_VERSION:" | sed -e "s:/Applications/Nanorex/NanoEngineer-1:/Applications/Nanorex/NanoEngineer-1_v$VERSION_NUM:" > index.xml.tmp
+cat index.xml | sed -e "s:/Applications/Nanorex/QuteMolX:/Applications/Nanorex/QuteMolX $QUTEMOLX_VERSION:" | sed -e "s:/Applications/GROMACS:/Applications/GROMACS_$GROMACS_ERSION:" > index.xml.tmp
+mv index.xml.tmp index.xml
cd ..
# create and populate the resources directory