Skip to content

Commit d91d2c6

Browse files
author
timrudge
committed
Change installer names to avoid confusion with python source tarball
1 parent 7bcd931 commit d91d2c6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Installers/make_install_zips.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ THIS_DIR="`dirname $0`"
66
VERSION=`git describe`
77

88
# OSX from public repo
9-
INSTALLERDIR=CellModeller-$VERSION-OSX
9+
INSTALLERDIR=InstallCellModeller-$VERSION-OSX
1010
mkdir -p $INSTALLERDIR
1111
mkdir -p $INSTALLERDIR/PackageFiles
1212
cp -Rf $THIS_DIR/../Examples $INSTALLERDIR/PackageFiles/
@@ -22,7 +22,7 @@ tar -czf $INSTALLERDIR.tgz $INSTALLERDIR
2222
rm -rf $INSTALLERDIR
2323

2424
# OSX from private repo
25-
INSTALLERDIR=CellModeller-$VERSION-OSX-dev
25+
INSTALLERDIR=InstallCellModeller-$VERSION-OSX-dev
2626
mkdir -p $INSTALLERDIR
2727
mkdir -p $INSTALLERDIR/PackageFiles
2828
cp -Rf $THIS_DIR/../Examples $INSTALLERDIR/PackageFiles/
@@ -38,7 +38,7 @@ tar -czf $INSTALLERDIR.tgz $INSTALLERDIR
3838
rm -rf $INSTALLERDIR
3939

4040
# Linux 64bit from public repo
41-
INSTALLERDIR=CellModeller-$VERSION-Linux64
41+
INSTALLERDIR=InstallCellModeller-$VERSION-Linux64
4242
mkdir -p $INSTALLERDIR
4343
mkdir -p $INSTALLERDIR/PackageFiles
4444
cp -Rf $THIS_DIR/../Examples $INSTALLERDIR/PackageFiles/
@@ -54,7 +54,7 @@ tar -czf $INSTALLERDIR.tgz $INSTALLERDIR
5454
rm -rf $INSTALLERDIR
5555

5656
# Linux 64bit from private repo
57-
INSTALLERDIR=CellModeller-$VERSION-Linux64-dev
57+
INSTALLERDIR=InstallCellModeller-$VERSION-Linux64-dev
5858
mkdir -p $INSTALLERDIR
5959
mkdir -p $INSTALLERDIR/PackageFiles
6060
cp -Rf $THIS_DIR/../Examples $INSTALLERDIR/PackageFiles/

0 commit comments

Comments
 (0)