diff options
author | Derrick Hendricks <derrick@nanorex.com> | 2008-08-07 19:56:58 +0000 |
---|---|---|
committer | Derrick Hendricks <derrick@nanorex.com> | 2008-08-07 19:56:58 +0000 |
commit | c121a9fee06733deb74675f8c85b8c0a424d9599 (patch) | |
tree | fa9366353bef93cb9ea591ef20aa2150a01c9def /packaging/Suite | |
parent | 6a664a226e5b3c28bbd79258e30859331e19a1f1 (diff) | |
download | nanoengineer-theirix-c121a9fee06733deb74675f8c85b8c0a424d9599.tar.gz nanoengineer-theirix-c121a9fee06733deb74675f8c85b8c0a424d9599.zip |
design modifications to the NE1 Mac installers
Diffstat (limited to 'packaging/Suite')
-rw-r--r-- | packaging/Suite/MacOSX/NE1_Suite.pmdoc.tar.gz | bin | 19640 -> 1910 bytes | |||
-rwxr-xr-x | packaging/Suite/buildMacSuite.sh | 5 |
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 Binary files differindex f1b27cde2..6a66a21d6 100644 --- a/packaging/Suite/MacOSX/NE1_Suite.pmdoc.tar.gz +++ b/packaging/Suite/MacOSX/NE1_Suite.pmdoc.tar.gz 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 |