aboutsummaryrefslogtreecommitdiff
path: root/script/gen-deb.sh
diff options
context:
space:
mode:
authorcomex2015-01-29 21:31:11 -0500
committercomex2015-01-29 21:31:11 -0500
commit6fecd889e388f7642969d58bfe429a756d29413f (patch)
treef5f28651b14e46294df34040428303f156163f29 /script/gen-deb.sh
parent"Fix" broken launchd injection stuff. (diff)
downloadsubstitute-6fecd889e388f7642969d58bfe429a756d29413f.tar.gz
a bunch of stuff that should have been committed separately
Diffstat (limited to 'script/gen-deb.sh')
-rwxr-xr-xscript/gen-deb.sh2
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