diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-04-16 14:21:30 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-04-16 14:22:37 +0200 |
commit | 468aaa1bcf96c86c4a33b5dcd0aabb41e14b042d (patch) | |
tree | 975721d6280ab47b0a013c64e49df76bbf108324 /instsetoo_native | |
parent | cb88d1be95dfeada1a35fc13ca5d611730820443 (diff) |
bump version to 5.0.0.0.alpha0+ - but keep profile at 4
Change-Id: I30536ecd8a03a19a647d247e7c6ece3d6f1695c1
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/CustomTarget_setup.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/CustomTarget_setup.mk b/instsetoo_native/CustomTarget_setup.mk index 0d646ae34312..b020e9649131 100644 --- a/instsetoo_native/CustomTarget_setup.mk +++ b/instsetoo_native/CustomTarget_setup.mk @@ -37,7 +37,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_ && echo 'InstallMode=<installmode>' \ && echo 'ProductKey=$(PRODUCTNAME) $(PRODUCTVERSION)' \ $(if $(ENABLE_RELEASE_BUILD),\ - && echo 'UserInstallation=$$SYSUSERCONFIG/$(if $(filter-out MACOSX WNT,$(OS)),$(shell echo $(PRODUCTNAME) | tr "[:upper:]" "[:lower:]"),$(PRODUCTNAME))/$(LIBO_VERSION_MAJOR)', \ + && echo 'UserInstallation=$$SYSUSERCONFIG/$(if $(filter-out MACOSX WNT,$(OS)),$(shell echo $(PRODUCTNAME) | tr "[:upper:]" "[:lower:]"),$(PRODUCTNAME))/4', \ && echo 'UserInstallation=$$ORIGIN/..') \ ) > $@ |