Restore public discovery default after patron build
This commit is contained in:
parent
9b96a3bf53
commit
ee992d9f0c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue