summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 08:42:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 08:42:09 +0000
commit09fba9bd91685a89c262bb10b32ac4b56cc15a7a (patch)
treeb604762c2c7f5dd538b0aa568397fd1fd95f57f1 /sysui/desktop
parent515cfbc9ccba85259fd0014a0c0f83d1478848a5 (diff)
INTEGRATION: CWS cmcfixes20 (1.16.10); FILE MERGED
2005/10/28 08:12:15 cmc 1.16.10.1: normalize ln usage
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/redhat/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/redhat/makefile.mk b/sysui/desktop/redhat/makefile.mk
index adf1ac248507..934a4c59dbf7 100644
--- a/sysui/desktop/redhat/makefile.mk
+++ b/sysui/desktop/redhat/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: kz $ $Date: 2005-10-05 12:59:20 $
+# last change: $Author: rt $ $Date: 2005-12-14 09:42:09 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -157,7 +157,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 --------------------------------------------------------