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 /code/unix/setup/doit | |
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
Diffstat (limited to 'code/unix/setup/doit')
-rwxr-xr-x | code/unix/setup/doit | 2 |
1 files changed, 1 insertions, 1 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 |