summaryrefslogtreecommitdiff
path: root/sysui/desktop/redhat
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-08 10:55:22 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-08 10:55:22 +0000
commitbaf8ce17de4f415258ddb3b806dcb2f5e6dfeeb6 (patch)
treee8b8558973b730168ba8d3b73f49da9b5b104142 /sysui/desktop/redhat
parentd9d3639dcef25a4c763a12ad4c078bb37c9f718b (diff)
INTEGRATION: CWS ause070 (1.20.48); FILE MERGED
2006/10/18 15:15:34 hjs 1.20.48.2: #i70136# change check to work with configure default 2006/10/06 16:12:10 hjs 1.20.48.1: #i70136# local .ulf targets
Diffstat (limited to 'sysui/desktop/redhat')
-rw-r--r--sysui/desktop/redhat/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysui/desktop/redhat/makefile.mk b/sysui/desktop/redhat/makefile.mk
index 799a9454125d..30300ed90910 100644
--- a/sysui/desktop/redhat/makefile.mk
+++ b/sysui/desktop/redhat/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: hr $ $Date: 2006-04-19 15:28:39 $
+# last change: $Author: kz $ $Date: 2006-11-08 11:55:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -140,7 +140,11 @@ RPMDEPN = \
$(MISC)/$(TARGET)/usr/share/icons/gnome/{$(GNOMEICONLIST)} \
$(MISC)/$(TARGET)/usr/share/icons/{$(KDEICONLIST)}
+.IF "$(WITH_LANG)"!=""
ULFDIR = $(COMMONMISC)$/desktopshare
+.ELSE # "$(WITH_LANG)"!=""
+ULFDIR:=..$/share
+.ENDIF # "$(WITH_LANG)"!=""
.ENDIF