[Libreoffice-commits] .: instsetoo_native/util

Petr Mladek pmladek at kemper.freedesktop.org
Tue Mar 22 09:59:02 PDT 2011


 instsetoo_native/util/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b936aeca6e5b753fe627f8f607608bba45d5cb0f
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue Mar 22 17:55:39 2011 +0100

    build fix: find intro.zip when generating installation sets
    
    intro.zip is not longer in the brand subdirectory

diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index 3f1c56a..d478d07 100644
--- a/instsetoo_native/util/makefile.mk
+++ b/instsetoo_native/util/makefile.mk
@@ -302,7 +302,7 @@ $(BIN)$/%.py : $(SOLARSHAREDBIN)$/pyuno$/%.py
     @$(COPY) $< $@
 .ENDIF			# "$(DISABLE_PYTHON)" != "TRUE"
 
-$(BIN)$/intro.zip : $(SOLARCOMMONPCKDIR)$/brand$/intro.zip
+$(BIN)$/intro.zip : $(SOLARCOMMONPCKDIR)$/intro.zip
     $(COPY) $< $@
 
 $(BIN)$/dev$/intro.zip : $(SOLARCOMMONPCKDIR)$/brand_dev$/intro.zip


More information about the Libreoffice-commits mailing list