From 18227e7c1c28c7b1c2e36db6b9786f966fe5238c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 11 Jun 2012 14:09:39 +0200 Subject: use ure instead of ure-link Change-Id: I5368770926aee871e20b2d87fa51b28212c8be4f --- solenv/bin/install-gdb-printers | 4 ++-- 1 file 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" -- cgit