diff options
-rwxr-xr-x | sysui/desktop/productversion.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysui/desktop/productversion.mk b/sysui/desktop/productversion.mk index 5a186bca51bf..51dbfdb049ef 100755 --- a/sysui/desktop/productversion.mk +++ b/sysui/desktop/productversion.mk @@ -57,7 +57,9 @@ ICONVERSION = $(PRODUCTVERSIONSHORT:s/.//g) # the default values get replaced by make_installer.pl at (core0x) packaging time; # another wrapper name can be forced by --with-unix-wrapper configure option # which is need by other distributors, see http://www.openoffice.org/issues/show_bug.cgi?id=75366 -UNIXWRAPPERNAME *= '$${{UNIXPRODUCTNAME}}$${{BRANDPACKAGEVERSION}}' +.IF "$(UNIXWRAPPERNAME)" == "" +UNIXWRAPPERNAME = '$${{UNIXPRODUCTNAME}}$${{BRANDPACKAGEVERSION}}' +.ENDIF PRODUCTNAME.libreoffice = LibreOffice PRODUCTVERSION.libreoffice = $(PRODUCTVERSION) |