From dec3691adcae48f56a1c4c4fef376eca2cdcd32e Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 1 Aug 2013 11:36:28 -0400 Subject: [PATCH] fix(coreos-base/oem-vagrant): Fix compatibility with newer EAPIs No source directory exists so change the value of S, otherwise the implied cd $S prior to src_install fails. This isn't an issue in oem-ami which I was using as reference because it declares EAPI=2 which doesn't make errors fatal by default. --- .../coreos-base/oem-vagrant/oem-vagrant-0.0.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/oem-vagrant-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/oem-vagrant-0.0.1.ebuild index 736b540adf..657cce3a92 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/oem-vagrant-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant/oem-vagrant-0.0.1.ebuild @@ -12,6 +12,9 @@ SLOT="0" KEYWORDS="amd64" IUSE="" +# no source directory +S="${WORKDIR}" + src_install() { insinto "/" doins "${FILESDIR}/vagrant.pub"