diff options
author | comex | 2015-01-29 18:11:44 -0500 |
---|---|---|
committer | comex | 2015-01-29 18:11:44 -0500 |
commit | ca313c27fc9798e4e297aae4a93a1b8675d5794a (patch) | |
tree | 7a42f45594fb3c67d86a307e50fd1cbf8a7a6bff /script/gen-deb.sh | |
parent | add SUBSTITUTE_DONT_STOP_THREADS for substrate compat - substrate doesn't do ... (diff) | |
download | substitute-ca313c27fc9798e4e297aae4a93a1b8675d5794a.tar.gz |
"Fix" broken launchd injection stuff.
Diffstat (limited to '')
-rwxr-xr-x | script/gen-deb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/gen-deb.sh b/script/gen-deb.sh index 656e61d..3c73fef 100755 --- a/script/gen-deb.sh +++ b/script/gen-deb.sh @@ -14,7 +14,7 @@ mkdir -p $debroot/usr/include/substitute cp lib/substitute.h $debroot/usr/include/substitute/ cp substrate/substrate.h $debroot/usr/include/substitute/ mkdir -p $debroot/Library/Substitute -cp out/{posixspawn-hook.dylib,generic-dyld-inserted.dylib,unrestrict-me,inject-into-launchd} $debroot/Library/Substitute/ +cp out/{posixspawn-hook.dylib,bundle-loader.dylib,unrestrict,inject-into-launchd} $debroot/Library/Substitute/ cp -a DEBIAN $debroot/ sed "s#{VERSION}#$version#g" DEBIAN/control > $debroot/DEBIAN/control #... add bootstrap stuff |