diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-22 13:32:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-22 13:32:58 +0000 |
commit | 9404c1fdca10b5214d1f78d4906230c74a45205c (patch) | |
tree | a65c7ccb0a23b15b7db1739b5ab666bc18e2e1cc /sysui/desktop | |
parent | edc552ec5313a6edd5a7a92a684be141ee254165 (diff) |
INTEGRATION: CWS native76 (1.18.8); FILE MERGED
2007/01/15 16:08:24 is 1.18.8.1: #i72814# buildid as rpm revision
Diffstat (limited to 'sysui/desktop')
-rw-r--r-- | sysui/desktop/productversion.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysui/desktop/productversion.mk b/sysui/desktop/productversion.mk index 300da53b404b..5b27453e622a 100644 --- a/sysui/desktop/productversion.mk +++ b/sysui/desktop/productversion.mk @@ -4,9 +4,9 @@ # # $RCSfile: productversion.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: ihi $ $Date: 2006-12-19 18:45:46 $ +# last change: $Author: obo $ $Date: 2007-01-22 14:32:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,11 @@ PRODUCTVERSION = 2.2 LONGPRODUCTNAME = OpenOffice.org 2.2 UNIXFILENAME = openoffice.org2.2 PKGVERSION = 2.2 +.IF "$(OS)"=="LINUX" +PKGREV = $(BUILD) +.ELSE PKGREV = $(LAST_MINOR:s/m//:s/s/./) +.ENDIF ABSLOCALOUT:=$(shell +cd $(PRJ) && pwd)$/$(ROUT) |