From f5228d874565585df316e960c2235de23f13a7c0 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 30 Nov 2005 21:21:46 +0000 Subject: [PATCH] don't use ImageMagick --- code/unix/setup/doit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/unix/setup/doit b/code/unix/setup/doit index c68c1100..0cc49939 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