[Libreoffice-commits] .: Makefile.shared

Thorsten Behrens thorsten at kemper.freedesktop.org
Thu Oct 14 04:32:53 PDT 2010


 Makefile.shared |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6891594b37990bdbc928b11e352587b61d86f3f0
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Thu Oct 14 13:31:33 2010 +0200

    Have dev-install again use private user config dir

diff --git a/Makefile.shared b/Makefile.shared
index 2903c26..8b4fbb3 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -132,7 +132,7 @@ endif
 dev-install: $(BUILDDIR)/install/program/ooenv
 $(BUILDDIR)/install/program/ooenv: $(STAMP_DIR)/build
 	cd bin; ./ooinstall -l $(BUILDDIR)/install
-	sed -i 's/UserInstallation=$$SYSUSERCONFIG\/.ooo3/UserInstallation=$$ORIGIN\/..\/.ooo3/g' $(BUILDDIR)/install/program/bootstraprc
+	sed -i 's/UserInstallation=$$SYSUSERCONFIG\/.libreoffice/UserInstallation=$$ORIGIN\/..\/.libreoffice/g' $(BUILDDIR)/install/program/bootstraprc
 	if test -f $(BUILDDIR)/bin/tweakconfig.oxt$(OOBUILDDIR)/applied_patches ; then \
 	   $(BUILDDIR)/install/program/unopkg add -v --shared $(BUILDDIR)/bin/tweakconfig.oxt ; \
 	fi


More information about the Libreoffice-commits mailing list