comparison makeinst-script.sh @ 3360:cbaab92e1174

makeinst-script.sh: Removed 'I Agree' in GPL license page
author Anirudha Bose <ani07nov@gmail.com>
date Thu, 25 Jul 2013 20:19:28 +0530
parents 40ae138b38a6
children 9781db518638
comparison
equal deleted inserted replaced
3359:40ae138b38a6 3360:cbaab92e1174
64 !define MUI_UNABORTWARNING 64 !define MUI_UNABORTWARNING
65 65
66 !insertmacro MUI_PAGE_WELCOME 66 !insertmacro MUI_PAGE_WELCOME
67 67
68 !ifdef LICENSE_TXT 68 !ifdef LICENSE_TXT
69 !define MUI_LICENSEPAGE_TEXT_BOTTOM "The source code for Octave is freely redistributable under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation."
70 !define MUI_LICENSEPAGE_BUTTON "Next >"
69 !insertmacro MUI_PAGE_LICENSE "\${LICENSE_TXT}" 71 !insertmacro MUI_PAGE_LICENSE "\${LICENSE_TXT}"
70 !endif 72 !endif
71 73
72 !insertmacro MUI_PAGE_DIRECTORY 74 !insertmacro MUI_PAGE_DIRECTORY
73 75