[Libreoffice-commits] .: Makefile.shared

Jan Holesovsky kendy at kemper.freedesktop.org
Mon Oct 11 12:13:58 PDT 2010


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

New commits:
commit 77710999b84ff5f90326529c312248416d139210
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Mon Oct 11 21:13:01 2010 +0200

    Added a missing semicolon.

diff --git a/Makefile.shared b/Makefile.shared
index 9aee187..2903c26 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -134,7 +134,7 @@ $(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
 	if test -f $(BUILDDIR)/bin/tweakconfig.oxt$(OOBUILDDIR)/applied_patches ; then \
-	   $(BUILDDIR)/install/program/unopkg add -v --shared $(BUILDDIR)/bin/tweakconfig.oxt \
+	   $(BUILDDIR)/install/program/unopkg add -v --shared $(BUILDDIR)/bin/tweakconfig.oxt ; \
 	fi
 
 smoketest: $(BUILDDIR)/install/program/ooenv


More information about the Libreoffice-commits mailing list