pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3408 - trunk/pingus


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3408 - trunk/pingus
Date: Tue, 30 Oct 2007 10:23:38 +0100

Author: grumbel
Date: 2007-10-30 10:23:37 +0100 (Tue, 30 Oct 2007)
New Revision: 3408

Modified:
   trunk/pingus/SConstruct
   trunk/pingus/install.sh
Log:
- fixed install script to include levelsets

Modified: trunk/pingus/SConstruct
===================================================================
--- trunk/pingus/SConstruct     2007-10-30 08:50:32 UTC (rev 3407)
+++ trunk/pingus/SConstruct     2007-10-30 09:23:37 UTC (rev 3408)
@@ -434,6 +434,11 @@
     fatal_error = ""
     reports = ""
 
+    # FIXME: Seems to require a rather new version of SCons
+    # ret = config.CheckBuilder(context, None, "C++")
+    # if ret != "":
+    #   reports += "  * C++ Compiler missing: " + ret
+
     if not env['with_linuxusbmouse']:
         reports += "  * Linux USB mouse support: disabled\n"
     else:

Modified: trunk/pingus/install.sh
===================================================================
--- trunk/pingus/install.sh     2007-10-30 08:50:32 UTC (rev 3407)
+++ trunk/pingus/install.sh     2007-10-30 09:23:37 UTC (rev 3408)
@@ -37,7 +37,8 @@
         -name "*.po" -o \
         -name "*.worldmap" -o \
         -name "*.res" -o \
-        -name "*.pingus" \
+        -name "*.pingus" -o \
+        -name "*.levelset" \
         \) -exec cp --parents -v {} "$DATADIR" \;
         
    echo ""





reply via email to

[Prev in Thread] Current Thread [Next in Thread]