summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-21 12:41:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-21 12:41:41 +0100
commitd85fd8a85501547d5bb87822d2589a07aed7f2d6 (patch)
tree71ffb953487bd854afeaed6f632f265658ac5213 /solenv
parent3fa0d17b39bebabcf18e35df38572e4d51d05251 (diff)
Fix install-gdb-printers for Mac OS X
Change-Id: I685d277806e757fc6247f34d4db7386955dab7b7
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/install-gdb-printers4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index 51ab9e25cc2c..c478929796fc 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"