mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 19:11:20 +02:00
app-emulation/wa-linux-agent: Update some comments
This commit is contained in:
parent
fd0fa0b948
commit
d6adffcdc3
@ -13,8 +13,8 @@ SLOT="0"
|
|||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
# Depending on specific version of python-oem allows us to notice when
|
# Depending on specific version of python-oem allows us to notice when
|
||||||
# we update the major version of python and then to update the
|
# we update the major version of python and then to make sure that we
|
||||||
# site-packages path below.
|
# install the package in correctly versioned site-packages directory.
|
||||||
DEP_PYVER="3.6"
|
DEP_PYVER="3.6"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
@ -32,7 +32,6 @@ src_install() {
|
|||||||
into "/usr/share/oem"
|
into "/usr/share/oem"
|
||||||
dobin "${S}/bin/waagent"
|
dobin "${S}/bin/waagent"
|
||||||
|
|
||||||
# When updating python-oem, remember to update the path below.
|
|
||||||
insinto "/usr/share/oem/python/$(get_libdir)/python${DEP_PYVER}/site-packages"
|
insinto "/usr/share/oem/python/$(get_libdir)/python${DEP_PYVER}/site-packages"
|
||||||
doins -r "${S}/azurelinuxagent/"
|
doins -r "${S}/azurelinuxagent/"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user