diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:58:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:58:05 +0000 |
commit | 8883bb7f2f688356ceccb87c8e6a694474c3d26b (patch) | |
tree | dd29d7f9c65d0b8e2c1e5b7406e606646f0f1ea9 /sysui/desktop/solaris | |
parent | 599b394cec2f0ebdba5ff9c9d886ce325d516ae6 (diff) |
INTEGRATION: CWS execshellmacrogone (1.17.40); FILE MERGED
2007/10/24 06:35:50 rene 1.17.40.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'sysui/desktop/solaris')
-rw-r--r-- | sysui/desktop/solaris/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/solaris/makefile.mk b/sysui/desktop/solaris/makefile.mk index b7a1ba7c48fb..e118d4136b58 100644 --- a/sysui/desktop/solaris/makefile.mk +++ b/sysui/desktop/solaris/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: kz $ $Date: 2007-05-10 15:01:23 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:58:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,7 @@ TARGET=solaris PKGFILES = $(BIN)$/pkg$/{$(PRODUCTLIST)}-desktop-integration.tar.gz -PKGDATESTRING = $(shell date -u +%Y.%m.%d) +PKGDATESTRING = $(shell @date -u +%Y.%m.%d) PKGARCH=sparc,i386 FASPAC=`test -f $(SOLARBINDIR)/faspac-so.sh && echo "/sbin/sh" || echo "echo"` |