From a87115250afa11962471e0836f6300a9fbb3e0f2 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 12 May 2020 15:00:16 -0700 Subject: dev-util/buildbot-worker: Fix missing trailing / for ${ROOT} Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec --- 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(-) (limited to 'dev-util/buildbot-worker') 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 08a96964fa3f..4c141f7b3544 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 08a96964fa3f..4c141f7b3544 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." } -- cgit v1.2.3-65-gdbad