diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-24 10:42:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-24 10:51:31 +0200 |
commit | ab149c7e3f9bb4be6f3c7d26401b67a0635c13ab (patch) | |
tree | fbc29c9f7d8af2bd5d9223949e29c28a68fb0417 /solenv/bin/linkoo | |
parent | 294ad90704b7b19aa64c26bfa83442a96a31e57b (diff) |
Get rid of UnoApiMerge_uretypes, which is just a duplicate of UnoApi_udkapi
What is a little confusing is that the udkapi.rdb ends up as types.rdb in the
installation set (in the URE's sub-tree). So all places that reference it
during the build do so as "udkapi" while all places that reference it in an
installation set do so as "types."
Change-Id: I35d0695966b3bd703f5494b636b9782efc0d3fcb
Diffstat (limited to 'solenv/bin/linkoo')
-rwxr-xr-x | solenv/bin/linkoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo index 2c052e14b57b..e7c0dcabcf7d 100755 --- a/solenv/bin/linkoo +++ b/solenv/bin/linkoo @@ -515,7 +515,7 @@ sub link_rdb_files() do_link ($src_prefix . "xml" , $dest_prefix . $brand_program_dir . "/services", "services.rdb", "services.rdb"); do_link ($src_prefix . "xml/ure" , $dest_prefix . "ure/share/misc", "services.rdb", "services.rdb"); - do_link ($src_prefix . "bin/ure" , $dest_prefix . "ure/share/misc", "types.rdb", "types.rdb"); + do_link ($src_prefix . "bin" , $dest_prefix . "ure/share/misc", "udkapi.rdb", "types.rdb"); print "\n"; } |