Merge pull request #1776 from mischief/kubelet-wrapper-goof

app-admin/kubelet-wrapper: fix missing closing quote
This commit is contained in:
Nick Owens 2016-02-17 15:41:41 -08:00
commit 90ad3553be

View File

@ -18,5 +18,5 @@ RDEPEND=app-emulation/rkt
src_install() { src_install() {
exeinto /usr/lib/coreos exeinto /usr/lib/coreos
doexe "${FILESDIR}/kubelet-wrapper doexe "${FILESDIR}"/kubelet-wrapper
} }