diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-05 14:21:06 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-09-05 14:21:06 +0000 |
commit | 821533fde506e3cc785dbb115bdba678dd52b448 (patch) | |
tree | 41d8a4db5f992f06c3c2f4ec72f53b4e63258fe1 /code/unix/setup/doit | |
parent | 0f2499de05ddd559501c44a2ac4fd6d83f21ddcf (diff) | |
download | ioquake3-aero-821533fde506e3cc785dbb115bdba678dd52b448.tar.gz ioquake3-aero-821533fde506e3cc785dbb115bdba678dd52b448.zip |
- add TA patch pk3s to installation
- some cleanups in the installer UI
- reduce verbosiveness of preuninstall script
git-svn-id: svn://svn.icculus.org/quake3/trunk@895 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/setup/doit')
-rwxr-xr-x | code/unix/setup/doit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/unix/setup/doit b/code/unix/setup/doit index 30e3503..4086c11 100755 --- a/code/unix/setup/doit +++ b/code/unix/setup/doit @@ -60,10 +60,14 @@ rm -rf image/tmp # patch pk3 files install -m 644 ./idpatchpk3s.tar image/idpatchpk3s.tar +install -m 644 ./idtapatchpk3s.tar image/idtapatchpk3s.tar ### setup.xml sed 's/@VERSION@/'$VERSION'/g' < setup.xml > image/setup.data/setup.xml +### uninstall script +install -m 755 ./preuninstall.sh image/preuninstall.sh + ### start script mkdir -p image/bin/Linux/x86 mkdir -p image/bin/Linux/x86_64 |