Author: loonycyborg
Date: Fri Oct 17 10:26:53 2008
New Revision: 30224

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30224&view=rev
Log:
Really fixed install with scons 0.96.93

Modified:
    trunk/scons/install.py

Modified: trunk/scons/install.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/scons/install.py?rev=30224&r1=30223&r2=30224&view=diff
==============================================================================
--- trunk/scons/install.py (original)
+++ trunk/scons/install.py Fri Oct 17 10:26:53 2008
@@ -71,7 +71,7 @@
 
 def InstallData(env, datadir, component, source, subdir = ""):
     installdir = Dir(env.subst(os.path.join(env["destdir"], 
env[datadir].lstrip("/"), subdir)))
-    sources = map(Entry, Flatten([env.subst(source)]))
+    sources = map(Entry, Flatten([source]))
     dirs = []
     for source in sources:
         if source.exists():


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to