aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-12 18:18:34 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-12 18:18:34 -0400
commita5e9a9eb5fc4117b28da513532ef19bc00d6c0b8 (patch)
treef129891120fc4f7cd0204ad02cebe0c4ad1d6180
parent3f3d80fb7c2117173c81cc1f95903c9bb2657e61 (diff)
downloadapple_cmds-a5e9a9eb5fc4117b28da513532ef19bc00d6c0b8.tar.gz
apple_cmds-a5e9a9eb5fc4117b28da513532ef19bc00d6c0b8.tar.zst
apple_cmds-a5e9a9eb5fc4117b28da513532ef19bc00d6c0b8.zip
Fixes
-rwxr-xr-xsetup.sh2
-rw-r--r--shell_cmds/Makefile.inc2
-rw-r--r--shell_cmds/locate/Makefile.inc1
3 files changed, 2 insertions, 3 deletions
diff --git a/setup.sh b/setup.sh
index c2026ad..85d12a4 100755
--- a/setup.sh
+++ b/setup.sh
@@ -149,7 +149,7 @@ wget -q -nc -Pbase/include/sys \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/ipcs.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/sem_internal.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/shm_internal.h \
- https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/mtio.h \
+ https://opensource.apple.com/source/xnu/xnu-1228.3.13/bsd/sys/mtio.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/unpcb.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/pgo.h \
https://opensource.apple.com/source/xnu/xnu-7195.81.3/bsd/sys/kdebug.h \
diff --git a/shell_cmds/Makefile.inc b/shell_cmds/Makefile.inc
index 554f1c3..01b5f23 100644
--- a/shell_cmds/Makefile.inc
+++ b/shell_cmds/Makefile.inc
@@ -1,3 +1 @@
-BINDIR?=/usr/bin
-
.include "../Makefile.inc"
diff --git a/shell_cmds/locate/Makefile.inc b/shell_cmds/locate/Makefile.inc
new file mode 100644
index 0000000..01b5f23
--- /dev/null
+++ b/shell_cmds/locate/Makefile.inc
@@ -0,0 +1 @@
+.include "../Makefile.inc"