r391 - trunk/code/unix/setup
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Wed Nov 30 16:21:46 EST 2005
Author: ludwig
Date: 2005-11-30 16:21:46 -0500 (Wed, 30 Nov 2005)
New Revision: 391
Modified:
trunk/code/unix/setup/doit
Log:
don't use ImageMagick
Modified: trunk/code/unix/setup/doit
===================================================================
--- trunk/code/unix/setup/doit 2005-11-30 20:28:21 UTC (rev 390)
+++ trunk/code/unix/setup/doit 2005-11-30 21:21:46 UTC (rev 391)
@@ -21,7 +21,8 @@
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
More information about the quake3-commits
mailing list