summaryrefslogtreecommitdiff
blob: 697b4960e89d5f7317c805862bae9b6ec37536ee (plain)
1
2
3
4
5
6
7
8
9
10
11
--- bksys/kde.py.orig	2005-10-15 17:13:39.000000000 +0200
+++ bksys/kde.py	2005-10-15 17:14:01.000000000 +0200
@@ -816,7 +816,7 @@
 		lenv.KDEinstall( 'KDEDOC', lenv.join(lang,destination), cache )
 		
 		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)