mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
app-arch/torcx: fix Go import path
Go import path of torcx has changed from coreos to flatcar-linux,
aef371c76b
So we need to fix the import path also in torcx ebuilds.
Otherwise build will simply fail due to wrong import paths.
This commit is contained in:
parent
54735b6a95
commit
39b7edb4b2
@ -5,7 +5,7 @@ EAPI=7
|
|||||||
CROS_WORKON_PROJECT="flatcar-linux/torcx"
|
CROS_WORKON_PROJECT="flatcar-linux/torcx"
|
||||||
CROS_WORKON_LOCALNAME="torcx"
|
CROS_WORKON_LOCALNAME="torcx"
|
||||||
CROS_WORKON_REPO="git://github.com"
|
CROS_WORKON_REPO="git://github.com"
|
||||||
COREOS_GO_PACKAGE="github.com/coreos/torcx"
|
COREOS_GO_PACKAGE="github.com/flatcar-linux/torcx"
|
||||||
COREOS_GO_GO111MODULE="off"
|
COREOS_GO_GO111MODULE="off"
|
||||||
|
|
||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
@ -18,7 +18,7 @@ fi
|
|||||||
inherit coreos-go cros-workon systemd
|
inherit coreos-go cros-workon systemd
|
||||||
|
|
||||||
DESCRIPTION="torcx is a boot-time addon manager for immutable systems"
|
DESCRIPTION="torcx is a boot-time addon manager for immutable systems"
|
||||||
HOMEPAGE="https://github.com/coreos/torcx"
|
HOMEPAGE="https://github.com/flatcar-linux/torcx"
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user