parent
71d69de413
commit
014f11fd3e
@ -0,0 +1,28 @@
|
|||||||
|
From 0acbbeaeeb8ef0221dbef6d6bbdea94394d79a59 Mon Sep 17 00:00:00 2001
|
||||||
|
From: David Tardon <dtardon@redhat.com>
|
||||||
|
Date: Mon, 11 Jun 2012 14:09:39 +0200
|
||||||
|
Subject: [PATCH] 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 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"
|
||||||
|
--
|
||||||
|
1.7.10.2
|
||||||
|
|
Loading…
Reference in new issue