summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 08:42:32 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 08:42:32 +0000
commitabf29917ff83f09e05292da796369eda4052ff16 (patch)
treec87a6cdaacfc78530dc6065b82d26f021681d342 /sysui/desktop
parent09fba9bd91685a89c262bb10b32ac4b56cc15a7a (diff)
INTEGRATION: CWS cmcfixes20 (1.17.10); FILE MERGED
2005/10/28 08:12:16 cmc 1.17.10.1: normalize ln usage
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/suse/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/suse/makefile.mk b/sysui/desktop/suse/makefile.mk
index ebe267f652d3..10da2f0e97e3 100644
--- a/sysui/desktop/suse/makefile.mk
+++ b/sysui/desktop/suse/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.17 $
+# $Revision: 1.18 $
#
-# last change: $Author: kz $ $Date: 2005-10-05 13:02:04 $
+# last change: $Author: rt $ $Date: 2005-12-14 09:42:32 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -156,7 +156,7 @@ ALLTAR : $(RPMFILE)
%.desktop :
@$(MKDIRHIER) $(@:d)
- @ln -s -f $(subst,$(UNIXFILENAME)-, /etc/$(UNIXFILENAME)/share/xdg/$(@:f)) $@
+ @ln -sf $(subst,$(UNIXFILENAME)-, /etc/$(UNIXFILENAME)/share/xdg/$(@:f)) $@
# --- icons --------------------------------------------------------