diff options
| author | comex | 2015-01-29 21:31:11 -0500 |
|---|---|---|
| committer | comex | 2015-01-29 21:31:11 -0500 |
| commit | 6fecd889e388f7642969d58bfe429a756d29413f (patch) | |
| tree | f5f28651b14e46294df34040428303f156163f29 /script | |
| parent | "Fix" broken launchd injection stuff. (diff) | |
| download | substitute-6fecd889e388f7642969d58bfe429a756d29413f.tar.gz | |
a bunch of stuff that should have been committed separately
Diffstat (limited to 'script')
| -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 3c73fef..81b3efb 100755 --- a/script/gen-deb.sh +++ b/script/gen-deb.sh @@ -13,7 +13,7 @@ ln -s libsubstitute.0.dylib $debroot/usr/lib/libsubstitute.dylib 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 +mkdir -p $debroot/Library/Substitute/DynamicLibraries 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 |
