summaryrefslogtreecommitdiff
path: root/build-system
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-09-26 09:47:40 +0200
committerFlorian Dold <florian@dold.me>2022-09-26 09:47:47 +0200
commit50a1308ce213f1df6c093f4542c5225718bbf000 (patch)
tree63369556e041726abab26a7f6c05e66817a95065 /build-system
parent79baa20584010c8e44e772696670d00f4811b44c (diff)
downloadwallet-core-50a1308ce213f1df6c093f4542c5225718bbf000.tar.gz
wallet-core-50a1308ce213f1df6c093f4542c5225718bbf000.tar.bz2
wallet-core-50a1308ce213f1df6c093f4542c5225718bbf000.zip
build system: do not use the -t option for ln
For compatibility reasons.
Diffstat (limited to 'build-system')
-rw-r--r--build-system/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-system/Makefile b/build-system/Makefile
index 4ccd9ba5d..2cf44cc5b 100644
--- 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