summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/mandriva/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/mandriva/makefile.mk b/sysui/desktop/mandriva/makefile.mk
index 0d8626c564a5..5e4c7e2307e1 100644
--- a/sysui/desktop/mandriva/makefile.mk
+++ b/sysui/desktop/mandriva/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2005-10-05 12:58:22 $
+# last change: $Author: rt $ $Date: 2005-12-14 09:41:55 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -155,7 +155,7 @@ ALLTAR : $(RPMFILE)
%.desktop :
@$(MKDIRHIER) $(@:d)
- @ln -s $(subst,$(UNIXFILENAME)-, /etc/$(UNIXFILENAME)/share/xdg/$(@:f)) $@
+ @ln -sf $(subst,$(UNIXFILENAME)-, /etc/$(UNIXFILENAME)/share/xdg/$(@:f)) $@
# --- icons --------------------------------------------------------