diff options
Diffstat (limited to 'developer_cmds/xcodescripts/install-lorder.sh')
| -rw-r--r-- | developer_cmds/xcodescripts/install-lorder.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/developer_cmds/xcodescripts/install-lorder.sh b/developer_cmds/xcodescripts/install-lorder.sh new file mode 100644 index 0000000..8da52b7 --- /dev/null +++ b/developer_cmds/xcodescripts/install-lorder.sh @@ -0,0 +1,7 @@ +set -ex + +BINDIR="$DSTROOT"/"$DT_TOOLCHAIN_DIR"/usr/bin + +install -c -o root -g wheel -m 0755 \ + "$PROJECT_DIR"/lorder/lorder.sh \ + "$BINDIR"/lorder |
