summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/kde.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/kde.py b/admin/kde.py
index 49eb1a3..955a515 100644
--- a/admin/kde.py
+++ b/admin/kde.py
@@ -781,7 +781,7 @@ def generate(env):
lenv.KDEinstall( 'KDEDOC', lenv.join(lang,destination), lenv.join(folder,'index.cache.bz2') )
if env['_INSTALL']:
- dir=lenv.join(lenv.getInstDirForResType('KDEDOC'), lang, destination)
+ dir=lenv.join(env['DESTDIR'], lenv.getInstDirForResType('KDEDOC'), lang, destination)
comp='mkdir -p %s && cd %s && rm -f common && ln -s ../common common' % (dir, dir)
lenv.Execute(comp)