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 39a5cbe commit f3e7828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
test "$(port version)" = 'Version: ${{ matrix.version }}'
- name: 'Validate transmitted MacPorts prefix'
run: >-
test "${{ steps.macports.outputs.prefix }}" = '${{ matrix.prefix }}'
test "${{ steps.macports.outputs.prefix }}" = '/opt/${{ matrix.prefix }}'
- name: 'Validate transmitted MacPorts version'
run: >-
test "${{ steps.macports.outputs.version }}" = '${{ matrix.version }}'
Expand Down
2 changes: 1 addition & 1 deletion install_macports
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ install_from_source()
make
sudo make install
)
rm -Rf "${srcdir}"
sudo rm -Rf "${srcdir}"
}

install_ports()
Expand Down

0 comments on commit f3e7828

Please sign in to comment.