From 6fecd889e388f7642969d58bfe429a756d29413f Mon Sep 17 00:00:00 2001 From: comex Date: Thu, 29 Jan 2015 21:31:11 -0500 Subject: a bunch of stuff that should have been committed separately --- script/gen-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') 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 -- cgit v1.2.3