diff options
author | Cedric Schieli <cschieli@gmail.com> | 2010-03-21 12:32:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-31 08:31:54 +0000 |
commit | 29027806d47fb26652308bb1265765a8db82c76f (patch) | |
tree | d6532423c12c4a6fa651e387cddc50d32e2c21e3 /main/xe-guest-utilities/no_hard_links.patch | |
parent | 95e8811c0c11689b0a75ab12313dc5c45d0204b9 (diff) | |
download | aports-29027806d47fb26652308bb1265765a8db82c76f.tar.bz2 aports-29027806d47fb26652308bb1265765a8db82c76f.tar.xz |
main/xe-guest-utilities: new aport
Signed-off-by: Cedric Schieli <cschieli@gmail.com>
Diffstat (limited to 'main/xe-guest-utilities/no_hard_links.patch')
-rw-r--r-- | main/xe-guest-utilities/no_hard_links.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/xe-guest-utilities/no_hard_links.patch b/main/xe-guest-utilities/no_hard_links.patch new file mode 100644 index 0000000000..c10918f391 --- /dev/null +++ b/main/xe-guest-utilities/no_hard_links.patch @@ -0,0 +1,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 $(DESTDIR)/usr/bin/xenstore $(DESTDIR)/usr/bin/$${c} ; \ + done + + .PHONY: install |