diff options
author | David Tardon <dtardon@redhat.com> | 2017-12-06 19:16:19 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-06-01 20:45:38 +0200 |
commit | bc127d5373cea243848befb8004d978d7cf70543 (patch) | |
tree | 73c6fd73338b962fd0f1b893140d4bf384c368ea | |
parent | 4d82d8cc85ee8324be7190a74616e1d26fbab560 (diff) |
fix variable name
(cherry picked from commit 8978fdf58a403aa62e04d47e65cd799740e6b909)
Reviewed-on: https://gerrit.libreoffice.org/54807
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit f4f21e3a3bae06bd13bd7cc221502d9373e55994)
Change-Id: Ie3eef59c934f5fe4146a911e4ee652457b94edd8
-rw-r--r-- | sysui/productlist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/productlist.mk b/sysui/productlist.mk index 8422e3e02731..11bce214e0be 100644 --- a/sysui/productlist.mk +++ b/sysui/productlist.mk @@ -11,7 +11,7 @@ PRODUCTLIST := libreoffice libreofficedev collaboraoffice PKGVERSION := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO) PKGVERSIONSHORT := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR) PRODUCTNAME.libreoffice := LibreOffice -PRODUCTNAME.libreofficeodev := LibreOfficeDev +PRODUCTNAME.libreofficedev := LibreOfficeDev PRODUCTNAME.collaboraoffice := CollaboraOffice UNIXFILENAME.libreoffice := libreoffice$(PKGVERSIONSHORT) UNIXFILENAME.libreofficedev := libreofficedev$(PKGVERSIONSHORT) |