summaryrefslogtreecommitdiff
path: root/sysui/desktop/suse
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-08 10:56:03 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-08 10:56:03 +0000
commitdbd2bcdddffabaa36b188c4a1bd03e3506c92997 (patch)
tree4c9cb8e955c13ddf64ff6915f3aab7d05a01ae82 /sysui/desktop/suse
parent2a70e36229ad109e4bdcd565c9a3d066478c53f4 (diff)
INTEGRATION: CWS ause070 (1.21.48); FILE MERGED
2006/10/18 15:15:35 hjs 1.21.48.2: #i70136# change check to work with configure default 2006/10/06 16:12:11 hjs 1.21.48.1: #i70136# local .ulf targets
Diffstat (limited to 'sysui/desktop/suse')
-rw-r--r--sysui/desktop/suse/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysui/desktop/suse/makefile.mk b/sysui/desktop/suse/makefile.mk
index 12233eb9ddaf..15f92ad61b26 100644
--- a/sysui/desktop/suse/makefile.mk
+++ b/sysui/desktop/suse/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.21 $
+# $Revision: 1.22 $
#
-# last change: $Author: hr $ $Date: 2006-04-19 15:29:04 $
+# last change: $Author: kz $ $Date: 2006-11-08 11:56:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -139,7 +139,11 @@ RPMDEPN = \
$(MISC)/$(TARGET)/opt/gnome/share/icons/gnome/{$(GNOMEICONLIST)} \
$(MISC)/$(TARGET)/opt/kde3/share/icons/{$(KDEICONLIST)}
+.IF "$(WITH_LANG)"!=""
ULFDIR = $(COMMONMISC)$/desktopshare
+.ELSE # "$(WITH_LANG)"!=""
+ULFDIR:=..$/share
+.ENDIF # "$(WITH_LANG)"!=""
.ENDIF