summaryrefslogtreecommitdiff
path: root/solenv/bin/install-gdb-printers
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/install-gdb-printers')
-rwxr-xr-xsolenv/bin/install-gdb-printers10
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index af7639084ed2..1b0ff1c5a2f6 100755
--- a/solenv/bin/install-gdb-printers
+++ b/solenv/bin/install-gdb-printers
@@ -160,16 +160,16 @@ fi
if [[ -n "${MERGELIBS}" ]]; then
make_autoload merged program libmergedlo."$DYLIB" merge svl tl basegfx `[[ ${MERGELIBS} == "ALL" ]] && echo sw`
if [[ ${MERGELIBS} == "ALL" ]]; then
- make_autoload urelibs ure-link/lib liburelibs."$DYLIB" merge cppu sal
+ make_autoload urelibs ure/lib liburelibs."$DYLIB" merge cppu sal
else
- 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 sw program libswlo."$DYLIB"
fi
else
make_autoload basegfx program libbasegfxlo."$DYLIB"
- 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"