]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/tcl/force-shell-install.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / tcl / force-shell-install.patch
1 From 85842ba83b70d99f90ee3fff8c956e82d17759f2 Mon Sep 17 00:00:00 2001
2 From: Marek Roszko <mark.roszko@gmail.com>
3 Date: Tue, 18 Aug 2020 23:11:27 -0400
4 Subject: [PATCH] Remove broken exist check for shell install
5
6 ---
7 win/makefile.vc | 2 --
8 1 file changed, 2 deletions(-)
9
10 diff --git a/win/makefile.vc b/win/makefile.vc
11 index f5d2f4a..6bffe32 100644
12 --- a/win/makefile.vc
13 +++ b/win/makefile.vc
14 @@ -869,10 +869,8 @@ install-binaries:
15 @$(CPY) "$(TCLLIB)" "$(BIN_INSTALL_DIR)\"
16 !endif
17 @$(CPY) "$(TCLIMPLIB)" "$(LIB_INSTALL_DIR)\"
18 -!if exist($(TCLSH))
19 @echo Installing $(TCLSHNAME)
20 @$(CPY) "$(TCLSH)" "$(BIN_INSTALL_DIR)\"
21 -!endif
22 @echo Installing $(TCLSTUBLIBNAME)
23 @$(CPY) "$(TCLSTUBLIB)" "$(LIB_INSTALL_DIR)\"
24
25 --
26 2.28.0.windows.1
27