diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-30 21:21:46 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-30 21:21:46 +0000 |
commit | 9ed782a9de9c1be0347ff84473bf8149218ece0c (patch) | |
tree | df10ef158878322a9acc3927bd22cdd1bc74c782 /code/unix | |
parent | 51c77f3e24b94031c66da4319e2be424c1081b28 (diff) | |
download | ioquake3-aero-9ed782a9de9c1be0347ff84473bf8149218ece0c.tar.gz ioquake3-aero-9ed782a9de9c1be0347ff84473bf8149218ece0c.zip |
don't use ImageMagick
git-svn-id: svn://svn.icculus.org/quake3/trunk@391 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix')
-rwxr-xr-x | code/unix/setup/doit | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/code/unix/setup/doit b/code/unix/setup/doit index c68c110..0cc4993 100755 --- a/code/unix/setup/doit +++ b/code/unix/setup/doit @@ -21,7 +21,8 @@ mkdir image cp -a $SETUPIMAGE/{setup.data,setup.sh} image/ ### splash -convert ../../../web/images/quake3.jpg image/setup.data/splash.xpm +rm -f image/setup.data/splash.xpm +[ -e splash.xpm ] && cp splash.xpm image/setup.data/splash.xpm ### binaries mkdir image/tmp |