summaryrefslogtreecommitdiffstats
path: root/main/xe-guest-utilities/no_hard_links.patch
blob: 6a43b5af760e393b2b850bb69f0476d56c931eb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- xe-guest-utilities-5.5.0.orig/uclibc-sources/tools/xenstore/Makefile
+++ xe-guest-utilities-5.5.0/uclibc-sources/tools/xenstore/Makefile
@@ -97,7 +97,7 @@
 	$(INSTALL_DIR) $(DESTDIR)/usr/bin
 	$(INSTALL_PROG) xenstore $(DESTDIR)/usr/bin
 	set -e ; for c in $(CLIENTS) ; do \
-		ln -f $(DESTDIR)/usr/bin/xenstore $(DESTDIR)/usr/bin/$${c} ; \
+		ln -sf xenstore $(DESTDIR)/usr/bin/$${c} ; \
 	done
 
 .PHONY: install