Made relative paths in destdir work.
This commit is contained in:
parent
f556b13d22
commit
f5d0aa586b
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ if env["nls"] and env['PLATFORM'] != 'win32':
|
|||
|
||||
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']
|
||||
|
|
Loading…
Add table
Reference in a new issue