mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
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:
parent
e5f16ba427
commit
dec3691adc
@ -12,6 +12,9 @@ SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE=""
|
||||
|
||||
# no source directory
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
insinto "/"
|
||||
doins "${FILESDIR}/vagrant.pub"
|
||||
|
Loading…
Reference in New Issue
Block a user