solenv/bin/install-gdb-printers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d85fd8a85501547d5bb87822d2589a07aed7f2d6 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Nov 21 12:41:41 2012 +0100 Fix install-gdb-printers for Mac OS X Change-Id: I685d277806e757fc6247f34d4db7386955dab7b7 diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers index 51ab9e2..c478929 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/lib libuno_cppu."$DYLIB".3 -make_autoload sal ure/lib libuno_sal."$DYLIB".3 +make_autoload cppu ure-link/lib libuno_cppu."$DYLIB".3 +make_autoload sal ure-link/lib libuno_sal."$DYLIB".3 make_autoload svl program libsvllo."$DYLIB" make_autoload sw program libswlo."$DYLIB" make_autoload tl program libtllo."$DYLIB" _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits