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.
This commit is contained in:
Michael Marineau 2013-08-01 11:36:28 -04:00
parent e5f16ba427
commit dec3691adc

View File

@ -12,6 +12,9 @@ SLOT="0"
KEYWORDS="amd64"
IUSE=""
# no source directory
S="${WORKDIR}"
src_install() {
insinto "/"
doins "${FILESDIR}/vagrant.pub"