aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-09-13 14:44:09 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-09-13 14:44:09 +0200
commit46e1127c985af3eac76c93781bc4e1a2741855da (patch)
treefe5a05e85675cea86430e4a248b0e9ac00e1b078
parentFix builder identification? (diff)
downloadbinhost-46e1127c985af3eac76c93781bc4e1a2741855da.tar.gz
binhost-46e1127c985af3eac76c93781bc4e1a2741855da.tar.bz2
binhost-46e1127c985af3eac76c93781bc4e1a2741855da.zip
One more fix
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-xbuilders/milou/binhost-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index bb95cf3..2688a56 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -129,7 +129,7 @@ for n in ${NSPAWN_NAMES} ; do
ret=$?
let "anyfail+=${ret}"
if [[ ${ret} = 0 ]]; then
- builder=$(readlink ${machinedir}/etc/binhost.this)/portage
+ builder=/etc/$(readlink ${machinedir}/etc/binhost.this)/portage
echo "Starting variant builds for ${machinedir}/${builder}..." &>> ${TMPFILE}
for variant in ${machinedir}/${builder}/variants/*; do
[[ -d ${variant} ]] || break