From 3295b45d5fc2a1288aeca7e744d7bc003fa7a5a1 Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 28 Feb 2015 21:23:36 -0500 Subject: add substituted launchd plist; move helpers to separate directory --- darwin-bootstrap/inject-into-launchd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'darwin-bootstrap/inject-into-launchd.c') diff --git a/darwin-bootstrap/inject-into-launchd.c b/darwin-bootstrap/inject-into-launchd.c index 539b1a2..cfe8927 100644 --- a/darwin-bootstrap/inject-into-launchd.c +++ b/darwin-bootstrap/inject-into-launchd.c @@ -67,7 +67,7 @@ int main(UNUSED int argc, char **argv) { ib_log("mach_port_allocate: %x", kr); return 0; } - const char *lib = "/Library/Substitute/posixspawn-hook.dylib"; + const char *lib = "/Library/Substitute/Helpers/posixspawn-hook.dylib"; struct shuttle shuttle = { .type = SUBSTITUTE_SHUTTLE_MACH_PORT, .u.mach.right_type = MACH_MSG_TYPE_MAKE_SEND, -- cgit v1.2.3