Skip to content

Commit

Permalink
fixup! Install MacPorts under an arbitrary prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Jun 15, 2024
1 parent 214f15c commit 39a5cbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions validate_configuration
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ main()
if [ ! -r "$1" ]; then
failwith 'The pathname \047%s\047 does not designate a readable file.' "$1"
fi

if ! [ $(yq '.prefix' "$1") = '/opt/local' ]; then
failwith 'The only supported prefix is \047/opt/local\047.'
fi
}

main "$@"
Expand Down

0 comments on commit 39a5cbe

Please sign in to comment.