Skip to content

Commit

Permalink
Change installer names to avoid confusion with python source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
timrudge committed Mar 26, 2015
1 parent 7bcd931 commit d91d2c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Installers/make_install_zips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ THIS_DIR="`dirname $0`"
VERSION=`git describe`

# OSX from public repo
INSTALLERDIR=CellModeller-$VERSION-OSX
INSTALLERDIR=InstallCellModeller-$VERSION-OSX
mkdir -p $INSTALLERDIR
mkdir -p $INSTALLERDIR/PackageFiles
cp -Rf $THIS_DIR/../Examples $INSTALLERDIR/PackageFiles/
Expand All @@ -22,7 +22,7 @@ tar -czf $INSTALLERDIR.tgz $INSTALLERDIR
rm -rf $INSTALLERDIR

# OSX from private repo
INSTALLERDIR=CellModeller-$VERSION-OSX-dev
INSTALLERDIR=InstallCellModeller-$VERSION-OSX-dev
mkdir -p $INSTALLERDIR
mkdir -p $INSTALLERDIR/PackageFiles
cp -Rf $THIS_DIR/../Examples $INSTALLERDIR/PackageFiles/
Expand All @@ -38,7 +38,7 @@ tar -czf $INSTALLERDIR.tgz $INSTALLERDIR
rm -rf $INSTALLERDIR

# Linux 64bit from public repo
INSTALLERDIR=CellModeller-$VERSION-Linux64
INSTALLERDIR=InstallCellModeller-$VERSION-Linux64
mkdir -p $INSTALLERDIR
mkdir -p $INSTALLERDIR/PackageFiles
cp -Rf $THIS_DIR/../Examples $INSTALLERDIR/PackageFiles/
Expand All @@ -54,7 +54,7 @@ tar -czf $INSTALLERDIR.tgz $INSTALLERDIR
rm -rf $INSTALLERDIR

# Linux 64bit from private repo
INSTALLERDIR=CellModeller-$VERSION-Linux64-dev
INSTALLERDIR=InstallCellModeller-$VERSION-Linux64-dev
mkdir -p $INSTALLERDIR
mkdir -p $INSTALLERDIR/PackageFiles
cp -Rf $THIS_DIR/../Examples $INSTALLERDIR/PackageFiles/
Expand Down

0 comments on commit d91d2c6

Please sign in to comment.