summaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-10-11 21:13:01 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-11 21:13:46 +0200
commit77710999b84ff5f90326529c312248416d139210 (patch)
tree4f94ee6ccf3d32174d5c6c34463742a09f2562b3 /Makefile.shared
parentb9e6b3cf7f9a5b870a0ff429a3e4dabdf738d6e2 (diff)
Added a missing semicolon.
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.shared b/Makefile.shared
index 9aee1875d..2903c26c5 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