taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 50a1308ce213f1df6c093f4542c5225718bbf000
parent 79baa20584010c8e44e772696670d00f4811b44c
Author: Florian Dold <florian@dold.me>
Date:   Mon, 26 Sep 2022 09:47:40 +0200

build system: do not use the -t option for ln

For compatibility reasons.

Diffstat:
Mbuild-system/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-system/Makefile b/build-system/Makefile @@ -123,7 +123,7 @@ install: install ./packages/taler-wallet-cli/dist/taler-wallet-cli.js $(install_target)/node_modules/taler-wallet-cli/dist/ install ./packages/taler-wallet-cli/dist/taler-wallet-cli.js.map $(install_target)/node_modules/taler-wallet-cli/dist/ install ./packages/taler-wallet-cli/bin/taler-wallet-cli $(install_target)/node_modules/taler-wallet-cli/bin/ - ln -sft $(prefix)/bin $(install_target)/node_modules/taler-wallet-cli/bin/taler-wallet-cli + ln -sf $(install_target)/node_modules/taler-wallet-cli/bin/taler-wallet-cli $(prefix)/bin/taler-wallet-cli endif .PHONY: lint