fix(coreos-base/oem-rackspace): Actually install the nova agent!

Missed the fact that rsync was failing. :(
This commit is contained in:
Michael Marineau 2014-04-08 21:38:03 -07:00
parent d1616f863d
commit d569f95d5f
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ RDEPEND="
"
src_install() {
rsync --exclude=".git" -aq ${S}/ ${D}/usr/share/oem/nova-agent/
dodir /usr/share/oem/nova-agent
rsync --exclude=".git" -aq ${S}/ ${D}/usr/share/oem/nova-agent/ || die
insinto "/usr/share/oem"
doins ${FILESDIR}/cloud-config.yml