mirror of
https://github.com/macports/mpbb.git
synced 2026-03-31 14:38:29 -07:00
11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# selfupdate MacPorts in the chroot
|
||
|
|
#
|
||
|
|
|
||
|
|
if [[ -z "$PREFIX" ]]; then
|
||
|
|
PREFIX=/opt/local
|
||
|
|
fi
|
||
|
|
|
||
|
|
${PREFIX}/bin/port selfupdate
|