From d4fad3ec5cf509406cbfcf379c828d77b0e67d7c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Jan 2012 19:35:24 +0000 Subject: Fix broken link to engine library in saved bundles (fix #806). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3944 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Serialiser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/serialisation/Serialiser.cpp') diff --git a/src/serialisation/Serialiser.cpp b/src/serialisation/Serialiser.cpp index 84e05022..faf95c09 100644 --- a/src/serialisation/Serialiser.cpp +++ b/src/serialisation/Serialiser.cpp @@ -166,7 +166,7 @@ Serialiser::Impl::write_manifest(const std::string& bundle_path, Sord::Curie(world, "lv2:binary"), Sord::URI(world, binary_path)); - symlink(Glib::Module::build_path(INGEN_MODULE_DIR, "ingen_lv2").c_str(), + symlink(Glib::Module::build_path(INGEN_BUNDLE_DIR, "ingen_lv2").c_str(), Glib::Module::build_path(bundle_path, "ingen_lv2").c_str()); finish(); -- cgit v1.2.1