# HG changeset patch # User Anirudha Bose # Date 1374767083 -19800 # Node ID 9781db518638f78a38582b9b01fb3ff6c62cfcca # Parent cbaab92e11746d9c362108d0e7cc6a22c87ab3cc makeinst-script.sh: Remove whitespace from installation path and add version number in default installation directory diff -r cbaab92e1174 -r 9781db518638 makeinst-script.sh --- a/makeinst-script.sh Thu Jul 25 20:19:28 2013 +0530 +++ b/makeinst-script.sh Thu Jul 25 21:14:43 2013 +0530 @@ -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" ######################################################################