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:
Vladimir Glazounov 2005-03-23 08:12:54 +00:00
parent f2701f2fe9
commit be82288e62

View file

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