dev-util/buildbot-worker: Fix missing trailing / for ${ROOT}
authorBrian Dolbec <dolsen@gentoo.org>
Tue, 12 May 2020 22:00:16 +0000 (15:00 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Tue, 12 May 2020 22:07:21 +0000 (15:07 -0700)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
dev-util/buildbot-worker/buildbot-worker-2.7.0.ebuild
dev-util/buildbot-worker/buildbot-worker-9999.ebuild

index 08a96964fa3fc42ed7410155c2ffb77208b0c0a9..4c141f7b35449dd4b68acec718b09c513a81629b 100644 (file)
@@ -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."
 }
 
index 08a96964fa3fc42ed7410155c2ffb77208b0c0a9..4c141f7b35449dd4b68acec718b09c513a81629b 100644 (file)
@@ -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."
 }