ooo-build r15050 - in branches/ooo-build-3-0-1: . bin
- From: aprosky svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r15050 - in branches/ooo-build-3-0-1: . bin
- Date: Mon, 12 Jan 2009 12:57:55 +0000 (UTC)
Author: aprosky
Date: Mon Jan 12 12:57:55 2009
New Revision: 15050
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15050&view=rev
Log:
Backport $SRCDIR > $TOOLSDIR/src fix for Mono install from trunk
Modified:
branches/ooo-build-3-0-1/ChangeLog
branches/ooo-build-3-0-1/bin/install-mono
Modified: branches/ooo-build-3-0-1/bin/install-mono
==============================================================================
--- branches/ooo-build-3-0-1/bin/install-mono (original)
+++ branches/ooo-build-3-0-1/bin/install-mono Mon Jan 12 12:57:55 2009
@@ -32,13 +32,13 @@
# to be found in PKG_CONFIG_PATH, though
mkdir -p $OODESTDIR${LIBDIRBASE}/pkgconfig/
sed -e "s|@OOOINSTALLDIRNAME@|$OOOINSTALLDIRNAME|g" \
- $SRCDIR/mono-ooo.pc.in >${OODESTDIR}${LIBDIRBASE}/pkgconfig/mono-$OOOINSTALLDIRNAME.pc
+ $TOOLSDIR/src/mono-ooo.pc.in >${OODESTDIR}${LIBDIRBASE}/pkgconfig/mono-$OOOINSTALLDIRNAME.pc
# extra dlls config files
for dll in cli_uno_bridge.dll ; do
sed -e "s|@LIBDIRBASE@|$LIBDIRBASE|g" \
-e "s|@OOOINSTALLDIRNAME@|$OOOINSTALLDIRNAME|g" \
- $SRCDIR/$dll.config.in > $OOINSTDIR/ure/lib/$dll.config
+ $TOOLSDIR/src/$dll.config.in > $OOINSTDIR/ure/lib/$dll.config
if test -n "$OODESTDIR" ; then
file_list=`grep "^$OOINSTBASE/ure/lib/$dll$" $OODESTDIR/gid* | head -n 1 | cut -d: -f1`
echo "$OOINSTBASE/ure/lib/$dll.config" >>$file_list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]