INTEGRATION: CWS sysui06 (1.11.4); FILE MERGED
2005/03/11 06:43:06 obr 1.11.4.1: #i44423# patch applied: can't rebuild sysui without error because of ln -s
This commit is contained in:
parent
f2701f2fe9
commit
be82288e62
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ ALLTAR : $(RPMFILE)
|
|||
|
||||
%.desktop :
|
||||
@$(MKDIRHIER) $(@:d)
|
||||
@ln -s $(subst,$(UNIXFILENAME)-, /etc/$(UNIXFILENAME)/share/xdg/$(@:f)) $@
|
||||
@ln -s -f $(subst,$(UNIXFILENAME)-, /etc/$(UNIXFILENAME)/share/xdg/$(@:f)) $@
|
||||
|
||||
# --- icons --------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue