INTEGRATION: CWS cmcfixes20 (1.17.10); FILE MERGED

2005/10/28 08:12:16 cmc 1.17.10.1: normalize ln usage
This commit is contained in:
Rüdiger Timm 2005-12-14 08:42:32 +00:00
parent 09fba9bd91
commit abf29917ff

View file

@ -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 --------------------------------------------------------