mirror of
https://github.com/macports/mpbb.git
synced 2026-03-31 14:38:29 -07:00
git-svn-id: https://svn.macports.org/repository/macports/contrib/mpab@80242 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
135 B
Bash
Executable File
11 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# selfupdate MacPorts in the chroot
|
|
#
|
|
|
|
if [[ -z "$PREFIX" ]]; then
|
|
PREFIX=/opt/local
|
|
fi
|
|
|
|
${PREFIX}/bin/port selfupdate
|