mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
app-emulation/wa-linux-agent: Update the python path
This commit is contained in:
parent
00ae3b5203
commit
0f54150fdf
@ -20,7 +20,8 @@ src_install() {
|
||||
into "/usr/share/oem"
|
||||
dobin "${S}/bin/waagent"
|
||||
|
||||
insinto "/usr/share/oem/python/$(get_libdir)/python2.7/site-packages"
|
||||
# When updating python-oem, remember to update the path below.
|
||||
insinto "/usr/share/oem/python/$(get_libdir)/python3.6/site-packages"
|
||||
doins -r "${S}/azurelinuxagent/"
|
||||
|
||||
insinto "/usr/share/oem"
|
||||
|
Loading…
Reference in New Issue
Block a user