diff options
author | David Tardon <dtardon@redhat.com> | 2012-06-11 14:09:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-06-11 15:19:36 +0200 |
commit | 18227e7c1c28c7b1c2e36db6b9786f966fe5238c (patch) | |
tree | 22e3e2cc26c27aae82b6a693fb365d340afd4b51 | |
parent | d6576f9dd1d872b646d2cdc56a17d73f1d57dc13 (diff) |
use ure instead of ure-link
Change-Id: I5368770926aee871e20b2d87fa51b28212c8be4f
-rwxr-xr-x | solenv/bin/install-gdb-printers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers index c478929796fc..51ab9e25cc2c 100755 --- a/solenv/bin/install-gdb-printers +++ b/solenv/bin/install-gdb-printers @@ -168,8 +168,8 @@ if [[ ${DESTDIR}${pythondir} != ${GDBDIR} ]]; then cp -pr "${GDBDIR}/libreoffice" "${DESTDIR}${pythondir}" fi -make_autoload cppu ure-link/lib libuno_cppu."$DYLIB".3 -make_autoload sal ure-link/lib libuno_sal."$DYLIB".3 +make_autoload cppu ure/lib libuno_cppu."$DYLIB".3 +make_autoload sal ure/lib libuno_sal."$DYLIB".3 make_autoload svl program libsvllo."$DYLIB" make_autoload sw program libswlo."$DYLIB" make_autoload tl program libtllo."$DYLIB" |