[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sysui/productlist.mk

David Tardon dtardon at redhat.com
Fri May 25 17:40:21 UTC 2018


 sysui/productlist.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4f21e3a3bae06bd13bd7cc221502d9373e55994
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Dec 6 19:16:19 2017 +0100

    fix variable name
    
    Change-Id: Ie3eef59c934f5fe4146a911e4ee652457b94edd8
    (cherry picked from commit 8978fdf58a403aa62e04d47e65cd799740e6b909)
    Reviewed-on: https://gerrit.libreoffice.org/54807
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sysui/productlist.mk b/sysui/productlist.mk
index aa6fbd4a38d4..5d21a8e52b87 100644
--- a/sysui/productlist.mk
+++ b/sysui/productlist.mk
@@ -11,7 +11,7 @@ PRODUCTLIST := libreoffice libreofficedev
 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
 UNIXFILENAME.libreoffice := libreoffice$(PKGVERSIONSHORT)
 UNIXFILENAME.libreofficedev := libreofficedev$(PKGVERSIONSHORT)
 


More information about the Libreoffice-commits mailing list