changeset 3361:9781db518638

makeinst-script.sh: Remove whitespace from installation path and add version number in default installation directory
author Anirudha Bose <ani07nov@gmail.com>
date Thu, 25 Jul 2013 21:14:43 +0530
parents cbaab92e1174
children 0f2a5e218359
files makeinst-script.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"
 
 ######################################################################