Merge pull request #1786 from marineam/fix

oem-rackspace: fix build
This commit is contained in:
Michael Marineau 2016-02-23 16:19:32 -08:00
commit 691eddab51

View File

@ -21,6 +21,8 @@ RDEPEND="
coreos-base/nova-agent-watcher
"
S="${WORKDIR}"
src_prepare() {
sed -e "s\\@@OEM_VERSION_ID@@\\${PVR}\\g" \
"${FILESDIR}/cloud-config.yml" > "${T}/cloud-config.yml" || die