1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../tcl/install.patch.cross
5 # Copyright (C) 2010 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- tcl8.5.9/unix/Makefile.in.vanilla 2010-09-23 13:06:01.527050213 +0000
18 +++ tcl8.5.9/unix/Makefile.in 2010-09-23 13:10:23.099969324 +0000
20 @echo "Installing time zone data"
21 @@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
22 TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
23 - ./${TCL_EXE} $(TOOL_DIR)/installData.tcl \
24 + ${TCL_EXE} $(TOOL_DIR)/installData.tcl \
25 $(TOP_DIR)/library/tzdata "$(SCRIPT_INSTALL_DIR)"/tzdata
27 install-msgs: ${TCL_EXE}
28 @echo "Installing message catalogs"
29 @@LD_LIBRARY_PATH_VAR@="`pwd`:$${@LD_LIBRARY_PATH_VAR@}"; export @LD_LIBRARY_PATH_VAR@; \
30 TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
31 - ./${TCL_EXE} $(TOOL_DIR)/installData.tcl \
32 + ${TCL_EXE} $(TOOL_DIR)/installData.tcl \
33 $(TOP_DIR)/library/msgs "$(SCRIPT_INSTALL_DIR)"/msgs