Merge pull request #479 from marineam/cleanup

remove(coreos-base/oem-pxe): Unused
This commit is contained in:
Michael Marineau 2014-03-25 10:13:35 -07:00
commit 74149dffb3
2 changed files with 0 additions and 22 deletions

View File

@ -1,21 +0,0 @@
# Copyright (c) 2013 CoreOS, Inc.. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="OEM suite for PXE images"
HOMEPAGE=""
SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
# no source directory
S="${WORKDIR}"
src_install() {
insinto "/"
doins ${FILESDIR}/oem-release || die
}