diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-05-12 15:00:16 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-05-12 15:07:21 -0700 |
commit | a87115250afa11962471e0836f6300a9fbb3e0f2 (patch) | |
tree | f2fb21f78603fe35fa71c7db6814f494f16fdccc /dev-util/buildbot-worker | |
parent | dev-util/buildbot: Fix dohtml usage, remove doc use flag (diff) | |
download | gentoo-a87115250afa11962471e0836f6300a9fbb3e0f2.tar.gz gentoo-a87115250afa11962471e0836f6300a9fbb3e0f2.tar.bz2 gentoo-a87115250afa11962471e0836f6300a9fbb3e0f2.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-worker')
-rw-r--r-- | dev-util/buildbot-worker/buildbot-worker-2.7.0.ebuild | 2 | ||||
-rw-r--r-- | 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 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." } |