Fixed fresh IIgs installer bug.
This commit is contained in:
parent
3c2456eb1c
commit
2d817576f7
1 changed files with 3 additions and 1 deletions
|
@ -201,7 +201,9 @@ function configWrite() {
|
||||||
# IIgs Runtime & ORCA Compilers
|
# IIgs Runtime & ORCA Compilers
|
||||||
P=\${JOEY}/sdks/IIgs:${P}
|
P=\${JOEY}/sdks/IIgs:${P}
|
||||||
echo "export GOLDEN_GATE=\"\${JOEY}/sdks/IIgs/ORCA\"" >> "${O}"
|
echo "export GOLDEN_GATE=\"\${JOEY}/sdks/IIgs/ORCA\"" >> "${O}"
|
||||||
echo "mountORCA.sh" >> "${O}"
|
echo "if [[ -e \"\${JOEY}/sdks/IIgs/mountORCA.sh\" ]]; then" >> "${O}"
|
||||||
|
echo -e "\t\"\${JOEY}/sdks/IIgs/mountORCA.sh\"" >> "${O}"
|
||||||
|
echo "fi" >> "${O}"
|
||||||
fi
|
fi
|
||||||
if [[ ${G_IS_INSTALLED[$G_ATARIST]} == 1 ]]; then
|
if [[ ${G_IS_INSTALLED[$G_ATARIST]} == 1 ]]; then
|
||||||
# All VBCC targets get these
|
# All VBCC targets get these
|
||||||
|
|
Loading…
Add table
Reference in a new issue