summaryrefslogtreecommitdiff
path: root/setup_native/scripts
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:51:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:51:41 +0000
commited24c791237a2a008663ff944928e422c46932cb (patch)
tree495b8494ac69185cb2300b55df7c9cbbfac37e6c /setup_native/scripts
parenta75c27df13442c266969c7e3d08a89731e424741 (diff)
INTEGRATION: CWS native115_SRC680 (1.13.24); FILE MERGED
2007/10/23 07:12:43 obr 1.13.24.1: #150889# deliver stclient_wrapper on linux as well
Diffstat (limited to 'setup_native/scripts')
-rw-r--r--setup_native/scripts/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk
index 345456328f33..98cea9ddcf37 100644
--- a/setup_native/scripts/makefile.mk
+++ b/setup_native/scripts/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: obo $ $Date: 2007-07-19 07:19:43 $
+# last change: $Author: hr $ $Date: 2007-11-02 12:51:41 $
#
# 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 @@ UNIXTEXT= \
$(BIN)$/deregister_extensions \
$(BIN)$/downloadscript.sh
-.IF "$(OS)" == "SOLARIS"
+.IF "$(OS)" == "SOLARIS" || "$(OS)" == "LINUX"
UNIXTEXT+= $(BIN)$/stclient_wrapper.sh
.ENDIF