]> git.cameronkatri.com Git - apple_cmds.git/blob - bootstrap_cmds/xcodescripts/install-mig.sh
download.sh: Fix
[apple_cmds.git] / bootstrap_cmds / xcodescripts / install-mig.sh
1 set -e -x
2
3 BINDIR="$DSTROOT/$DT_TOOLCHAIN_DIR/usr/bin"
4
5 install -d -o root -g wheel -m 0755 "$BINDIR"
6 install -c -o root -g wheel -m 0755 \
7 "$PROJECT_DIR/migcom.tproj/mig.sh" \
8 "$BINDIR"/mig