# HG changeset patch # User Anirudha Bose # Date 1374767083 -19800 # Node ID faa79d1f476d15b9ebafccd3f90f3fe7332842af # Parent e16507e0fad69635ce51d1887d3eb8c433ba5fae makeinst-script.sh: Remove whitespace from installation path and add version number in default installation directory diff --git a/makeinst-script.sh b/makeinst-script.sh --- a/makeinst-script.sh +++ b/makeinst-script.sh @@ -54,7 +54,7 @@ OutFile "\${INSTALLER_NAME}" BrandingText "\${APP_NAME}" XPStyle on -InstallDir "\$PROGRAMFILES\Octave" +InstallDir "C:\\Octave\\Octave-\${OCTAVE_VERSION}" Icon "$OCTAVE_SOURCE\\$ICON" ######################################################################