summaryrefslogtreecommitdiff
path: root/sysui/desktop/suse
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 08:12:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 08:12:54 +0000
commit76d4cec0c46f7cd7c282e403a69b2b0f99a3037b (patch)
tree1a631e9004d88e7a1e3d7249edb8b4bd07f43b5c /sysui/desktop/suse
parent7a82efa902b2669e02902ef3954fc451f949856c (diff)
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
Diffstat (limited to 'sysui/desktop/suse')
-rw-r--r--sysui/desktop/suse/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/suse/makefile.mk b/sysui/desktop/suse/makefile.mk
index 2380f1a379..aa3d17f2c6 100644
--- a/sysui/desktop/suse/makefile.mk
+++ b/sysui/desktop/suse/makefile.mk
@@ -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 --------------------------------------------------------