From b786a33cfdca2e8a4114ddef0340e0e0628dd09c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 21 Oct 2011 17:18:13 +0200 Subject: Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation. --- solenv/bin/install-gdb-printers | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'solenv/bin/install-gdb-printers') diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers index eaab2e849cc2..aa63f62e5e3b 100755 --- a/solenv/bin/install-gdb-printers +++ b/solenv/bin/install-gdb-printers @@ -124,7 +124,7 @@ create=false link=false # This option is only here to enable using the script during build of # solenv/gdb . We must (or, better, want to :) avoid using the -# installation subpaths (like basis-link), because all libs in solver +# installation subpaths (like ure-link), because all libs in solver # are in the same dir. flat=false @@ -169,8 +169,8 @@ if [[ ${DESTDIR}${pythondir} != ${GDBDIR} ]]; then cp -r "${GDBDIR}/libreoffice" "${DESTDIR}${pythondir}" fi -make_autoload cppu basis-link/ure-link/lib libuno_cppu."$DYLIB".3 -make_autoload sal basis-link/ure-link/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" -- cgit