[Libreoffice-commits] .: Makefile
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Mon Mar 26 23:22:43 PDT 2012
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ef5b4b577c407ab5dc1595a1865f710a14e1bdee
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Mar 27 08:16:19 2012 +0200
dev-install needs to depend on build after all
...as only "build" passes through instsetoo_native, where some files (pyuno.py
etc.) are copied into places where ooinstall expects to find them.
diff --git a/Makefile b/Makefile
index 4386267..d29f244 100644
--- a/Makefile
+++ b/Makefile
@@ -430,7 +430,7 @@ install:
echo "Installation finished, you can now execute:" && \
echo "$(INSTALLDIR)/program/soffice"
-dev-install: build-packimages
+dev-install: build
@rm -rf $(OUTDIR)/installation
@mkdir $(OUTDIR)/installation
ifeq ($(DISABLE_LINKOO),TRUE)
More information about the Libreoffice-commits
mailing list