Author: loonycyborg
Date: Mon Aug 25 22:30:18 2008
New Revision: 28986

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28986&view=rev
Log:
Made relative paths in destdir work.

Modified:
    trunk/SConstruct

Modified: trunk/SConstruct
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=28986&r1=28985&r2=28986&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Mon Aug 25 22:30:18 2008
@@ -386,7 +386,7 @@
 
 env = env.Clone()
 for d in installdirs:
-    env[d] = os.path.join("/", env["destdir"], env[d].lstrip("/"))
+    env[d] = os.path.join(env["destdir"], env[d].lstrip("/"))
 bindir = env['bindir']
 pythonlib = env['python_site_packages_dir']
 datadir = env['datadir']


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

Reply via email to