[Libreoffice-commits] core.git: sysui/productlist.mk

Petr Mladek pmladek at suse.cz
Wed May 29 04:54:47 PDT 2013


 sysui/productlist.mk |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5281a6c101d3a2b6ee54fbba7924510325ca37a6
Author: Petr Mladek <pmladek at suse.cz>
Date:   Tue May 28 17:30:30 2013 +0200

    fix UNIXFILENAME variable for the Linux desktop integreation (fdo#64707)
    
    There was a mistage when merging the clean up.
    
    Note that $(UNIXFILENAME.$*) is not correctly substituted if the variables are define
    by another VAR.bla variables. This is why we need to hardcode the lowercase names here.
    
    Change-Id: I9110083122175cdbd09baa0533d890a7ef6d8213

diff --git a/sysui/productlist.mk b/sysui/productlist.mk
index 00d471e..b4a712e 100644
--- a/sysui/productlist.mk
+++ b/sysui/productlist.mk
@@ -13,8 +13,8 @@ PKGVERSIONSHORT := $(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR)
 PRODUCTNAME.libreoffice := LibreOffice
 PRODUCTNAME.libreofficeodev := LibreOfficeDev
 PRODUCTNAME.oxygenoffice := OxygenOffice
-UNIXFILENAME.libreoffice := $(PRODUCTNAMELC.libreoffice)$(PKGVERSIONSHORT)
-UNIXFILENAME.libreofficedev := $(PRODUCTNAMELC.libreofficedev)$(PKGVERSIONSHORT)
-UNIXFILENAME.oxygenoffice := $(PRODUCTNAMELC.oxygenoffice)$(PKGVERSIONSHORT)
+UNIXFILENAME.libreoffice := libreoffice$(PKGVERSIONSHORT)
+UNIXFILENAME.libreofficedev := libreofficedev$(PKGVERSIONSHORT)
+UNIXFILENAME.oxygenoffice := oxygenoffice$(PKGVERSIONSHORT)
 
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list