diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:33:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:33:10 +0000 |
commit | c3b16d825ab6b1a432ef4c682b6b02c8715b540b (patch) | |
tree | 1f73605831b2a777d150062b5606104089ddf74d /sysui/desktop | |
parent | 854fc2ae676f4cabafe2af8d179fa65a1fb5cfbf (diff) |
INTEGRATION: CWS ause069 (1.15.8); FILE MERGED
2007/01/11 00:25:06 hjs 1.15.8.3: RESYNC: (1.16-1.18); FILE MERGED
2006/12/04 22:43:28 hjs 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED
2006/11/24 14:40:36 hjs 1.15.8.1: #i70359# remove forced shell calls
Diffstat (limited to 'sysui/desktop')
-rw-r--r-- | sysui/desktop/productversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/productversion.mk b/sysui/desktop/productversion.mk index 5b27453e622a..a6bcb98e1b5d 100644 --- a/sysui/desktop/productversion.mk +++ b/sysui/desktop/productversion.mk @@ -4,9 +4,9 @@ # # $RCSfile: productversion.mk,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: obo $ $Date: 2007-01-22 14:32:58 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:33:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,7 +44,7 @@ PKGREV = $(BUILD) PKGREV = $(LAST_MINOR:s/m//:s/s/./) .ENDIF -ABSLOCALOUT:=$(shell +cd $(PRJ) && pwd)$/$(ROUT) +ABSLOCALOUT:=$(shell cd $(PRJ) && pwd)$/$(ROUT) # create desktop-integration subfolder on linux .IF "$(OS)"=="LINUX" |