This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 936e89b  Last minor Cleanup
936e89b is described below

commit 936e89b19e52c46aa19cc9d72401007fea3371d3
Author: mseidel <[email protected]>
AuthorDate: Tue Mar 30 17:47:49 2021 +0200

    Last minor Cleanup
---
 main/sysui/desktop/productversion.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/sysui/desktop/productversion.mk 
b/main/sysui/desktop/productversion.mk
index 2b62de0..a4ef8ce 100644
--- a/main/sysui/desktop/productversion.mk
+++ b/main/sysui/desktop/productversion.mk
@@ -22,9 +22,9 @@
 
 
 .IF "$(OS)"=="LINUX"
-PKGREV          = $(BUILD)
+PKGREV = $(BUILD)
 .ELSE
-PKGREV          = $(LAST_MINOR:s/m//:s/s/./)
+PKGREV = $(LAST_MINOR:s/m//:s/s/./)
 .ENDIF
 
 ABSLOCALOUT:=$(shell @cd $(PRJ) && pwd)$/$(ROUT)

Reply via email to