aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/setup/doit
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/setup/doit')
-rwxr-xr-xcode/unix/setup/doit3
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