summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2019-06-18 12:57:21 -0700
committerhagbard <vyosdev@derith.de>2019-06-18 12:57:21 -0700
commita06fe4e9c5298b5bad883ab6badc3ccefd32ff49 (patch)
tree63f8f02165ec492c43ceb550bcfbd6b80161b5f8 /Makefile
parent6104cf2812bc454a3ec2585a9ace20974d87fccb (diff)
parentb4efb2ddef5d749b3425b5a642da8316887aca48 (diff)
downloadvyos-xe-guest-utilities-a06fe4e9c5298b5bad883ab6badc3ccefd32ff49.tar.gz
vyos-xe-guest-utilities-a06fe4e9c5298b5bad883ab6badc3ccefd32ff49.zip
Merge remote-tracking branch 'upstream/master' into current
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 7060ff6..11f3683 100644
--- a/Makefile
+++ b/Makefile
@@ -55,11 +55,11 @@ $(DISTDIR)/$(PACKAGE)_$(VERSION)-$(RELEASE)_$(ARCH).tgz: $(OBJECTS)
install -m 755 $(OBJECTDIR)/xe-daemon $(STAGEDIR)/usr/sbin/xe-daemon ; \
install -d $(STAGEDIR)/usr/bin/ ; \
install -m 755 $(OBJECTDIR)/xenstore $(STAGEDIR)/usr/bin/xenstore ; \
- ln -sf /usr/bin/xenstore $(STAGEDIR)/usr/bin/xenstore-read ; \
- ln -sf /usr/bin/xenstore $(STAGEDIR)/usr/bin/xenstore-write ; \
- ln -sf /usr/bin/xenstore $(STAGEDIR)/usr/bin/xenstore-exists ; \
- ln -sf /usr/bin/xenstore $(STAGEDIR)/usr/bin/xenstore-rm ; \
- ln -sf /usr/bin/xenstore $(STAGEDIR)/usr/bin/xenstore-list ; \
+ ln -sf xenstore $(STAGEDIR)/usr/bin/xenstore-read ; \
+ ln -sf xenstore $(STAGEDIR)/usr/bin/xenstore-write ; \
+ ln -sf xenstore $(STAGEDIR)/usr/bin/xenstore-exists ; \
+ ln -sf xenstore $(STAGEDIR)/usr/bin/xenstore-rm ; \
+ ln -sf xenstore $(STAGEDIR)/usr/bin/xenstore-list ; \
install -d $(STAGEDIR)/etc/udev/rules.d/ ; \
install -m 644 $(SOURCEDIR)/xen-vcpu-hotplug.rules $(STAGEDIR)/etc/udev/rules.d/z10_xen-vcpu-hotplug.rules ; \
cd $(STAGEDIR) ; \