Files
mpbb/chroot-scripts/selfupdate

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