diff options
| author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-05 07:02:23 +0000 | 
|---|---|---|
| committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-05 07:02:23 +0000 | 
| commit | 7ad11cc4aab096a10cd0acf9d1cccb1b8408b894 (patch) | |
| tree | 3798d6ce844089f9c4747473f0f6c050be2ae435 | |
| parent | 818d795a14ea3a7600a97fd280278969625a8923 (diff) | |
| download | ioquake3-aero-7ad11cc4aab096a10cd0acf9d1cccb1b8408b894.tar.gz ioquake3-aero-7ad11cc4aab096a10cd0acf9d1cccb1b8408b894.zip  | |
icculus.org/quake3 -> ioquake3
git-svn-id: svn://svn.icculus.org/quake3/trunk@889 edf5b092-35ff-0310-97b2-ce42778d08ea
| -rwxr-xr-x | code/unix/setup/doit | 2 | ||||
| -rw-r--r-- | code/unix/setup/setup.xml | 6 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/code/unix/setup/doit b/code/unix/setup/doit index 4a8ff0a..4384189 100755 --- a/code/unix/setup/doit +++ b/code/unix/setup/doit @@ -64,4 +64,4 @@ install -m 644 ../../../README image/README  install -m 644 ../../../COPYING.txt image/COPYING  ### makeself installer -$MAKESELF/makeself.sh image ioquake3-$VERSION-$RELEASE.$arch.run "icculus.org/quake3 $VERSION" ./setup.sh +$MAKESELF/makeself.sh image ioquake3-$VERSION-$RELEASE.$arch.run "ioquake3 $VERSION" ./setup.sh diff --git a/code/unix/setup/setup.xml b/code/unix/setup/setup.xml index 0c9ddf8..085ff42 100644 --- a/code/unix/setup/setup.xml +++ b/code/unix/setup/setup.xml @@ -1,6 +1,6 @@  <?xml version="1.0" standalone="yes"?>  <install product="ioquake3" -	desc="icculus.org/quake3" +	desc="ioquake3"  	version="@VERSION@"  	update_url="http://www.icculus.org/quake3/updates.txt"  	promptbinaries="yes"> @@ -17,7 +17,7 @@      Quake 3      <binary arch="any" libc="any" symlink="ioquake3" icon="quake3.png" play="yes" -	    name="icculus.org/quake3"> +	    name="ioquake3">        ioquake3      </binary>      <files> @@ -28,7 +28,7 @@     <option install="false" required="false">      Quake 3 Demo start script      <binary arch="any" libc="any" symlink="ioq3demo" icon="quake3.png" play="no" -	    name="icculus.org/quake3 (Demo)"> +	    name="ioquake3 (Demo)">        ioq3demo      </binary>     </option>  | 
