diff options
author | David Robillard <d@drobilla.net> | 2012-01-14 19:35:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-14 19:35:24 +0000 |
commit | d4fad3ec5cf509406cbfcf379c828d77b0e67d7c (patch) | |
tree | 9e4d53550ace8481045a28e5559b0def4816f0ff /src/serialisation | |
parent | ae3f0b93049194bdefefd6226d5080cf28f5d67a (diff) | |
download | ingen-d4fad3ec5cf509406cbfcf379c828d77b0e67d7c.tar.gz ingen-d4fad3ec5cf509406cbfcf379c828d77b0e67d7c.tar.bz2 ingen-d4fad3ec5cf509406cbfcf379c828d77b0e67d7c.zip |
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
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/Serialiser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |