Kaydet (Commit) 18227e7c authored tarafından David Tardon's avatar David Tardon

use ure instead of ure-link

Change-Id: I5368770926aee871e20b2d87fa51b28212c8be4f
üst d6576f9d
...@@ -168,8 +168,8 @@ if [[ ${DESTDIR}${pythondir} != ${GDBDIR} ]]; then ...@@ -168,8 +168,8 @@ if [[ ${DESTDIR}${pythondir} != ${GDBDIR} ]]; then
cp -pr "${GDBDIR}/libreoffice" "${DESTDIR}${pythondir}" cp -pr "${GDBDIR}/libreoffice" "${DESTDIR}${pythondir}"
fi fi
make_autoload cppu ure-link/lib libuno_cppu."$DYLIB".3 make_autoload cppu ure/lib libuno_cppu."$DYLIB".3
make_autoload sal ure-link/lib libuno_sal."$DYLIB".3 make_autoload sal ure/lib libuno_sal."$DYLIB".3
make_autoload svl program libsvllo."$DYLIB" make_autoload svl program libsvllo."$DYLIB"
make_autoload sw program libswlo."$DYLIB" make_autoload sw program libswlo."$DYLIB"
make_autoload tl program libtllo."$DYLIB" make_autoload tl program libtllo."$DYLIB"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment