diff options
author | hagbard <vyosdev@derith.de> | 2019-06-18 12:57:21 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-06-18 12:57:21 -0700 |
commit | a06fe4e9c5298b5bad883ab6badc3ccefd32ff49 (patch) | |
tree | 63f8f02165ec492c43ceb550bcfbd6b80161b5f8 /Makefile | |
parent | 6104cf2812bc454a3ec2585a9ace20974d87fccb (diff) | |
parent | b4efb2ddef5d749b3425b5a642da8316887aca48 (diff) | |
download | vyos-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-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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) ; \ |