summaryrefslogtreecommitdiff
path: root/sysui/desktop/slackware
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2006-11-14 10:28:38 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2006-11-14 10:28:38 +0000
commitc46c7d8ecaa7f2f11cf95f7cfdec14386edc5296 (patch)
treeb1e888275cfe0bd7e553d0567244f9e569ba7ec1 /sysui/desktop/slackware
parent6908a250d671d5bec9ce96ffb570e93b697343fa (diff)
desktop/slackware/makefile.mk
Diffstat (limited to 'sysui/desktop/slackware')
-rw-r--r--sysui/desktop/slackware/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysui/desktop/slackware/makefile.mk b/sysui/desktop/slackware/makefile.mk
index 1a0579dac5f9..32ea90ed0d3f 100644
--- a/sysui/desktop/slackware/makefile.mk
+++ b/sysui/desktop/slackware/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: kz $ $Date: 2006-11-08 11:55:35 $
+# last change: $Author: hjs $ $Date: 2006-11-14 11:28:38 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -126,7 +126,11 @@ MENUDEPN = \
$(MISC)/$(TARGET)/install/doinst.sh \
$(MISC)/$(TARGET)/install/slack-desc
+.IF "$(WITH_LANG)"!=""
ULFDIR = $(COMMONMISC)$/desktopshare
+.ELSE # "$(WITH_LANG)"!=""
+ULFDIR:=..$/share
+.ENDIF # "$(WITH_LANG)"!=""
# --- Targets -------------------------------------------------------