From 24a2add27496e43e99dbc259ca7c26fbd5e43cff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Dec 2013 19:47:45 +0000 Subject: Implement lv2:prototype. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5219 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Serialiser.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/serialisation') diff --git a/src/serialisation/Serialiser.cpp b/src/serialisation/Serialiser.cpp index 18e02df7..bbc23081 100644 --- a/src/serialisation/Serialiser.cpp +++ b/src/serialisation/Serialiser.cpp @@ -151,15 +151,8 @@ Serialiser::Impl::write_manifest(const std::string& bundle_path, Sord::URI(world, uris.rdfs_seeAlso), Sord::URI(world, filename, _base_uri)); _model->add_statement(subject, - Sord::URI(world, uris.lv2_binary), - Sord::URI(world, binary_path, _base_uri)); - - std::string lib(Glib::Module::build_path(INGEN_BUNDLE_DIR, "ingen_lv2")); - std::string link(Glib::Module::build_path(bundle_path, "ingen_lv2")); - if (symlink(lib.c_str(), link.c_str())) { - _world.log().error(fmt("Error creating link %1% => %2% (%3%\n") - % lib % link % strerror(errno)); - } + Sord::URI(world, uris.lv2_prototype), + Sord::URI(world, uris.ingen_GraphPrototype)); finish(); } -- cgit v1.2.1