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:
parent
09fba9bd91
commit
abf29917ff
1 changed files with 3 additions and 3 deletions
|
@ -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 --------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue