[Libreoffice-commits] .: Branch 'libreoffice-3-6' - solenv/bin
David Tardon
dtardon at kemper.freedesktop.org
Tue Jun 19 04:50:05 PDT 2012
solenv/bin/install-gdb-printers | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2ad7432769141bc627688af171342316a8de4567
Author: David Tardon <dtardon at redhat.com>
Date: Mon Jun 11 14:09:39 2012 +0200
use ure instead of ure-link
Change-Id: I5368770926aee871e20b2d87fa51b28212c8be4f
Signed-off-by: David Tardon <dtardon at redhat.com>
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index c478929..51ab9e2 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"
More information about the Libreoffice-commits
mailing list