Author: loonycyborg
Date: Sat Jun 28 16:35:24 2008
New Revision: 27559

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27559&view=rev
Log:
Restored SCons 0.96.93 compatibility.

Modified:
    trunk/scons/install.py

Modified: trunk/scons/install.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/scons/install.py?rev=27559&r1=27558&r2=27559&view=diff
==============================================================================
--- trunk/scons/install.py (original)
+++ trunk/scons/install.py Sat Jun 28 16:35:24 2008
@@ -67,8 +67,7 @@
         copy2(src, dest)
 
 HardLink = ActionFactory(hard_link,
-                         lambda dest, src: 'Hardlinking %s to %s' % (src, 
dest),
-                         convert=str)
+                         lambda dest, src: 'Hardlinking %s to %s' % (src, 
dest))
 
 def generate(env):
     #env.AddMethod(InstallWithSuffix)


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

Reply via email to