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

install_ports()
Expand Down

0 comments on commit f41d58b

Please sign in to comment.