summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-08 10:54:50 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-08 10:54:50 +0000
commitd3d79776a051cad6081e26588eb24b7956c9215f (patch)
tree02962bdf799d4a8c047564452710eeb17f010240
parent917aab838b35c5037d9a69ccae7bdfc65c1f1842 (diff)
INTEGRATION: CWS ause070 (1.15.20); FILE MERGED
2006/10/18 15:15:33 hjs 1.15.20.2: #i70136# change check to work with configure default 2006/10/06 16:12:09 hjs 1.15.20.1: #i70136# local .ulf targets
-rw-r--r--sysui/desktop/debian/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysui/desktop/debian/makefile.mk b/sysui/desktop/debian/makefile.mk
index 105eab3fa254..20a5a60156f0 100644
--- a/sysui/desktop/debian/makefile.mk
+++ b/sysui/desktop/debian/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: vg $ $Date: 2006-06-30 08:59:38 $
+# last change: $Author: kz $ $Date: 2006-11-08 11:54:50 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -149,7 +149,11 @@ DEBDEPN = \
$(MISC)/$(TARGET)/$(DEBFILE:f)/usr/share/icons/{$(KDEICONLIST)}
DEBDIR = $(shell cd $(BIN); pwd)
+.IF "$(WITH_LANG)"!=""
ULFDIR = $(COMMONMISC)$/desktopshare
+.ELSE # "$(WITH_LANG)"!=""
+ULFDIR:=..$/share
+.ENDIF # "$(WITH_LANG)"!=""
.ENDIF