mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
fix(etcd-lib/etcd-lib): ensure it makes it to disk
not all of the /usr/lib files were making it to disk, fix this.
This commit is contained in:
parent
d1dd5f9264
commit
385848d4fa
@ -9,7 +9,7 @@ EGIT_REPO_SERVER="https://bitbucket.org"
|
||||
EGIT_REPO_URI="${EGIT_REPO_SERVER}/coreos/etcd-lib.git"
|
||||
EGIT_BRANCHEGIT_BRANCH="master"
|
||||
|
||||
inherit git
|
||||
inherit git systemd
|
||||
|
||||
DESCRIPTION="Experiments in using etcd"
|
||||
HOMEPAGE="https://bitbucket.org/coreos/etcd-libs"
|
||||
@ -30,5 +30,6 @@ IUSE=""
|
||||
src_install() {
|
||||
systemd_dounit "${S}"/etcd@.service
|
||||
dodir /usr/lib/etcd/
|
||||
cp -R "${S}/*" "${D}/usr/lib/etcd/"
|
||||
insinto /usr/lib/etcd/
|
||||
doins -r "${S}"/*
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user