Skip to content

Commit

Permalink
updated script for Max 5 and Max 6 support... for real
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdan committed Jan 3, 2012
1 parent a46ab18 commit ab37fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Installation.command
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ -e "/Applications/Max5" ]; then
C74Folder="$maxAppFolder/Cycling '74";

echo "Installing ejies for Max 5, in $maxAppFolder:";
doInstallationForMax5;
doInstallation;
installedAtLeastOneVersion=1;
fi

Expand All @@ -97,7 +97,7 @@ if [ -e "/Applications/Max6" ]; then
C74Folder="$maxAppFolder/Cycling '74";

echo "Installing ejies for Max 6, in $maxAppFolder:";
doInstallationForMax6;
doInstallation;
installedAtLeastOneVersion=1;
fi

Expand All @@ -107,7 +107,7 @@ if [ -e "/sysbuild/Development" ]; then
C74Folder="$maxAppFolder/Cycling '74";

echo "Installing ejies for Max 6, in $maxAppFolder:";
doInstallationForMax6;
doInstallation;
installedAtLeastOneVersion=1;
fi

Expand Down

0 comments on commit ab37fe4

Please sign in to comment.