diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:55:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:55:08 +0000 |
commit | 7f7ec2ba476073148d0c723ac3b6754d3b3340ef (patch) | |
tree | 41db004ccab1766cd0951a97ed77e7a6e0d19585 /sysui/desktop/mandriva | |
parent | 134eda62c6d87751ae610391dee5269e936d34e4 (diff) |
INTEGRATION: CWS ause070 (1.9.48); FILE MERGED
2006/10/18 15:15:34 hjs 1.9.48.2: #i70136# change check to work with configure default
2006/10/06 16:12:09 hjs 1.9.48.1: #i70136# local .ulf targets
Diffstat (limited to 'sysui/desktop/mandriva')
-rw-r--r-- | sysui/desktop/mandriva/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysui/desktop/mandriva/makefile.mk b/sysui/desktop/mandriva/makefile.mk index f06f8cdef8f2..9304a525a739 100644 --- a/sysui/desktop/mandriva/makefile.mk +++ b/sysui/desktop/mandriva/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: hr $ $Date: 2006-04-19 15:28:03 $ +# last change: $Author: kz $ $Date: 2006-11-08 11:55:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -138,7 +138,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 |