diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-27 23:17:37 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-27 23:24:41 -0600 |
commit | 4038f2467cc97ab964880dd39e1227fcf4f42a7b (patch) | |
tree | 3f7e4fb8c70b3b3e6160641071eb64476e3955f0 /instsetoo_native | |
parent | db36904f41b577f61033f7c4b6df922045928b86 (diff) |
fix: BUILDDIR is not always SRCDIR
Change-Id: I6028fe295e467aa448d8503097be0c80a42908ed
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/CustomTarget_install.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_install.mk b/instsetoo_native/CustomTarget_install.mk index 1135616ce542..288bbbd9812b 100644 --- a/instsetoo_native/CustomTarget_install.mk +++ b/instsetoo_native/CustomTarget_install.mk @@ -81,7 +81,7 @@ $(call instsetoo_native_msitemplates,$(1)) cd $(dir $@) \ $(foreach pkgformat,$(5),\ && $(PERL) -w $< \ - -f $(SRCDIR)/instsetoo_native/util/openoffice.lst \ + -f $(BUILDDIR)/instsetoo_native/util/openoffice.lst \ -l $(subst $(WHITESPACE),$(COMMA),$(strip $(2))) \ -p LibreOffice$(if $(filter TRUE,$(ENABLE_RELEASE_BUILD)),,_Dev)$(3) \ -u $(instsetoo_OUT) \ |