commit: a87115250afa11962471e0836f6300a9fbb3e0f2
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 22:00:16 2020 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue May 12 22:07:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8711525
dev-util/buildbot-worker: Fix missing trailing / for ${ROOT}
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
dev-util/buildbot-worker/buildbot-worker-2.7.0.ebuild | 2 +-
dev-util/buildbot-worker/buildbot-worker-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/buildbot-worker/buildbot-worker-2.7.0.ebuild
b/dev-util/buildbot-worker/buildbot-worker-2.7.0.ebuild
index 08a96964fa3..4c141f7b354 100644
--- a/dev-util/buildbot-worker/buildbot-worker-2.7.0.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-2.7.0.ebuild
@@ -50,7 +50,7 @@ pkg_setup() {
execute \"emerge --config =${CATEGORY}/${PF}\" to create a new
instance.
Set up your build worker following the documentation, make sure
the
resulting directories are owned by the \"buildbot\" user and
point
- \"${ROOT}etc/conf.d/buildbot_worker.myinstance\" at the right
location.
+ \"${ROOT}/etc/conf.d/buildbot_worker.myinstance\" at the right
location.
The scripts can run as a different user if desired."
}
diff --git a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
index 08a96964fa3..4c141f7b354 100644
--- a/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
+++ b/dev-util/buildbot-worker/buildbot-worker-9999.ebuild
@@ -50,7 +50,7 @@ pkg_setup() {
execute \"emerge --config =${CATEGORY}/${PF}\" to create a new
instance.
Set up your build worker following the documentation, make sure
the
resulting directories are owned by the \"buildbot\" user and
point
- \"${ROOT}etc/conf.d/buildbot_worker.myinstance\" at the right
location.
+ \"${ROOT}/etc/conf.d/buildbot_worker.myinstance\" at the right
location.
The scripts can run as a different user if desired."
}