mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 03:21:43 +02:00
fix(coreos-base/oem-ami): Cleanup ebuild, bump to EAPI=5
Generally a good idea to use newer EAPIs that default to failing on errors. Uses the same S fix as oem-vagrant does.
This commit is contained in:
parent
dec3691adc
commit
52dab6e268
@ -1,13 +1,9 @@
|
|||||||
#
|
|
||||||
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
|
||||||
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
|
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header:$
|
|
||||||
#
|
|
||||||
|
|
||||||
EAPI=2
|
EAPI=5
|
||||||
|
|
||||||
DESCRIPTION="oem suite for ami images"
|
DESCRIPTION="OEM suite for AMI images"
|
||||||
HOMEPAGE=""
|
HOMEPAGE=""
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
|
|
||||||
@ -16,6 +12,9 @@ SLOT="0"
|
|||||||
KEYWORDS="amd64 x86"
|
KEYWORDS="amd64 x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
# no source directory
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin "${FILESDIR}"/install-ec2-key.sh
|
dobin "${FILESDIR}"/install-ec2-key.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user