mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
fix(coreos-base/oem-rackspace): Actually install the nova agent!
Missed the fact that rsync was failing. :(
This commit is contained in:
parent
d1616f863d
commit
d569f95d5f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user