summaryrefslogtreecommitdiff
path: root/instsetoo_native
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-03-22 17:55:39 +0100
committerPetr Mladek <pmladek@suse.cz>2011-03-22 17:58:51 +0100
commit4889cd73e74088bc22e93a85256a744ca9d5b631 (patch)
tree5a32962c333027e30e2b39f866f5cdeb57fe1cb9 /instsetoo_native
parent20eced40badac4fd1472843468dafd7ddb083560 (diff)
build fix: find intro.zip when generating installation sets
intro.zip is not longer in the brand subdirectory
Diffstat (limited to 'instsetoo_native')
-rw-r--r--instsetoo_native/util/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk
index 3f1c56a4a56d..d478d07e4b02 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