blob: f880ad786f155a73fbaf8588ae3192feda70705e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- admin/kde.py.orig 2005-10-15 17:13:39.000000000 +0200
+++ admin/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)
|