summarylogtreecommitdiffstats
path: root/3rdparty-build.patch
diff options
context:
space:
mode:
authorHaralds2017-03-02 02:20:23 +0000
committerHaralds2017-03-02 02:20:23 +0000
commitd438813c861f105507ae620ce1e752b28080e3d8 (patch)
tree7a7688501876992958effaee7bc543d5b3fee995 /3rdparty-build.patch
downloadaur-d438813c861f105507ae620ce1e752b28080e3d8.tar.gz
initial commit
Diffstat (limited to '3rdparty-build.patch')
-rw-r--r--3rdparty-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/3rdparty-build.patch b/3rdparty-build.patch
new file mode 100644
index 000000000000..02400b33653a
--- /dev/null
+++ b/3rdparty-build.patch
@@ -0,0 +1,11 @@
+--- BUILD 2017-02-01 08:16:11.000000000 +0000
++++ BUILD_new 2017-03-01 19:23:04.089109757 +0000
+@@ -30,7 +30,7 @@
+ # This native executor egg must currently be fetched out-of-band.
+ # See build-support/packer/build.sh which fetches to third_party/ and uses mesos.executor to
+ # enable a running cluster inside the root Vagrant machine.
+- repository = '%s/third_party' % get_buildroot(),
++ repository = '/usr/share/mesos/python-eggs/',
+ )
+ ]
+ )