diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-05 14:29:07 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-05 14:29:07 +0000 |
commit | f3ce22022a412969f99a0acb53a75ceabe917c53 (patch) | |
tree | 7b2fbdb6a76924734750db8b7bb38ecb9701b210 /code | |
parent | 821533fde506e3cc785dbb115bdba678dd52b448 (diff) | |
download | ioquake3-aero-f3ce22022a412969f99a0acb53a75ceabe917c53.tar.gz ioquake3-aero-f3ce22022a412969f99a0acb53a75ceabe917c53.zip |
Fix a few text related bugs in the installer.
git-svn-id: svn://svn.icculus.org/quake3/trunk@896 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code')
-rwxr-xr-x | code/unix/setup/doit | 2 | ||||
-rw-r--r-- | code/unix/setup/setup.xml | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/code/unix/setup/doit b/code/unix/setup/doit index 4086c11..2bf6176 100755 --- a/code/unix/setup/doit +++ b/code/unix/setup/doit @@ -83,4 +83,4 @@ install -m 644 ../../../COPYING.txt image/COPYING install -m 644 ./id_patch_pk3s_Q3A_EULA.txt image/id_patch_pk3s_Q3A_EULA.txt ### makeself installer -$MAKESELF/makeself.sh image ioquake3-$VERSION-$RELEASE.run "ioquake3 $VERSION" ./setup.sh +$MAKESELF/makeself.sh image ioquake3-$VERSION-$RELEASE.run "ioquake3 $VERSION-$RELEASE" ./setup.sh diff --git a/code/unix/setup/setup.xml b/code/unix/setup/setup.xml index 563d8e5..89e355d 100644 --- a/code/unix/setup/setup.xml +++ b/code/unix/setup/setup.xml @@ -17,8 +17,7 @@ <component name="Quake3 Arena gamedata" version="@VERSION@" default="yes"> <option size="457M"> <help> - If you don't select this, you must make sure to copy pak0.pk3 to the - baseq3 directory manually. + If you don't select this, you must make sure to copy pak0.pk3 to the baseq3 directory manually. </help> Copy Quake3 Arena CD data <files cdromid="CD 1" path="baseq3" size="457M"> @@ -37,14 +36,13 @@ <component name="Quake3 Team Arena gamedata" version="@VERSION@"> <option> - Install Team Arena components. + Install Team Arena components <files path="missionpack"> idtapatchpk3s.tar </files> <option size="457M"> <help> - If you don't select this, you must make sure to copy the TA pak0.pk3 to the - missionpack directory manually. + If you don't select this, you must make sure to copy the TA pak0.pk3 to the missionpack directory manually. </help> Copy Quake3 Team Arena CD data <files cdromid="CD 2" path="missionpack" size="457M"> |