mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
fix(app-emulation/google-startup-scripts): don't install boto
skip installing the boto scripts since we don't ship python or gsutil.
This commit is contained in:
parent
01054fb26c
commit
b83fa9e55d
@ -26,4 +26,6 @@ src_prepare() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
mkdir -p ${D}/usr/share/oem/google-startup-scripts/usr/share/google/
|
mkdir -p ${D}/usr/share/oem/google-startup-scripts/usr/share/google/
|
||||||
cp -Ra ${WORKDIR}/usr/share/google/. ${D}/usr/share/oem/google-startup-scripts/ || die
|
cp -Ra ${WORKDIR}/usr/share/google/. ${D}/usr/share/oem/google-startup-scripts/ || die
|
||||||
|
# We don't install python or gsutil so skip this
|
||||||
|
rm -R ${D}/usr/share/oem/google-startup-scripts/boto || die
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user