mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-24 07:51:03 +02:00
Merge pull request #1777 from mischief/kubelet-wrapper-workdir
app-admin/kubelet-wrapper: work around ${WORKDIR}/${P} not existing
This commit is contained in:
commit
b5670555a2
@ -16,6 +16,9 @@ IUSE=""
|
|||||||
|
|
||||||
RDEPEND=app-emulation/rkt
|
RDEPEND=app-emulation/rkt
|
||||||
|
|
||||||
|
# work around ${WORKDIR}/${P} not existing
|
||||||
|
S=${WORKDIR}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
exeinto /usr/lib/coreos
|
exeinto /usr/lib/coreos
|
||||||
doexe "${FILESDIR}"/kubelet-wrapper
|
doexe "${FILESDIR}"/kubelet-wrapper
|
Loading…
x
Reference in New Issue
Block a user