r390 - trunk/examples/ut3-dedicated

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 17 14:44:37 EST 2007


Author: icculus
Date: 2007-12-17 14:44:37 -0500 (Mon, 17 Dec 2007)
New Revision: 390

Modified:
   trunk/examples/ut3-dedicated/make.sh
Log:
Don't build an empty installer.   :)


Modified: trunk/examples/ut3-dedicated/make.sh
===================================================================
--- trunk/examples/ut3-dedicated/make.sh	2007-12-17 19:41:50 UTC (rev 389)
+++ trunk/examples/ut3-dedicated/make.sh	2007-12-17 19:44:37 UTC (rev 390)
@@ -4,6 +4,14 @@
 #  example, but invest effort in what it's trying to do, and what it produces.
 #  (make sure you don't build in features you don't need, etc).
 
+if [ ! -d data/Binaries ]; then
+    echo "We don't see data/Binaries ..."
+    echo " Either you're in the wrong directory, or you didn't copy the"
+    echo " install data into here (it's unreasonably big to store it in"
+    echo " Subversion for no good reason)."
+    exit 1
+fi
+
 # Stop if anything produces an error.
 set -e
 




More information about the mojosetup-commits mailing list