Restore public discovery default after patron build

This commit is contained in:
Alexander Sellite 2026-08-31 00:52:31 -04:00
parent 9b96a3bf53
commit ee992d9f0c
2 changed files with 2 additions and 2 deletions

View file

@ -236,7 +236,7 @@ unzip -tq "${ARCHIVE}" >/dev/null
readonly TOP_LEVELS="$(
unzip -Z1 "${ARCHIVE}" | cut -d/ -f1 | sort -u
)"
readonly EXPECTED_TOP_LEVELS="$(printf '%s\n' straywild.sh straywild)"
readonly EXPECTED_TOP_LEVELS="$(printf '%s\n' straywild straywild.sh)"
if [[ "${TOP_LEVELS}" != "${EXPECTED_TOP_LEVELS}" ]]; then
echo "Unexpected PortMaster archive roots:" >&2
printf '%s\n' "${TOP_LEVELS}" >&2