[Libreoffice-commits] .: solenv/bin
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 21 03:42:20 PST 2012
solenv/bin/install-gdb-printers | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit d85fd8a85501547d5bb87822d2589a07aed7f2d6
Author: Stephan Bergmann <sbergman at 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"
More information about the Libreoffice-commits
mailing list