mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +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
|
||||
|
||||
# work around ${WORKDIR}/${P} not existing
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/lib/coreos
|
||||
doexe "${FILESDIR}"/kubelet-wrapper
|
Loading…
x
Reference in New Issue
Block a user