Kaydet (Commit) 977065d5 authored tarafından Petr Mladek's avatar Petr Mladek

Use lowercase product name in desktop integration packages again

The variable UNIXFILENAME used to use the lowercase product name
before gbuildification.

Change-Id: I09a5ff27acf07d394f712d943ea5f83765a7f834
üst 7b57cbbb
......@@ -106,9 +106,12 @@ PKGVERSIONSHORT := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR)
PRODUCTNAME.libreoffice := LibreOffice
PRODUCTNAME.libreofficeodev := LibreOfficeDev
PRODUCTNAME.oxygenoffice := OxygenOffice
UNIXFILENAME.libreoffice := $(PRODUCTNAME.libreoffice)$(PRODUCTVERSION)
UNIXFILENAME.libreofficedev := $(PRODUCTNAME.libreofficedev)$(PRODUCTVERSION)
UNIXFILENAME.oxygenoffice := $(PRODUCTNAME.oxygenoffice)$(PRODUCTVERSION)
PRODUCTNAMELC.libreoffice := libreoffice
PRODUCTNAMELC.libreofficeodev := libreofficedev
PRODUCTNAMELC.oxygenoffice := oxygenoffice
UNIXFILENAME.libreoffice := $(PRODUCTNAMELC.libreoffice)$(PKGVERSIONSHORT)
UNIXFILENAME.libreofficedev := $(PRODUCTNAMELC.libreofficedev)$(PKGVERSIONSHORT)
UNIXFILENAME.oxygenoffice := $(PRODUCTNAMELC.oxygenoffice)$(PKGVERSIONSHORT)
$(eval $(call gb_CustomTarget_CustomTarget,sysui/share))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment