gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: build system: do not use the


From: gnunet
Subject: [taler-wallet-core] branch master updated: build system: do not use the -t option for ln
Date: Mon, 26 Sep 2022 09:47:49 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 50a1308ce build system: do not use the -t option for ln
50a1308ce is described below

commit 50a1308ce213f1df6c093f4542c5225718bbf000
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Sep 26 09:47:40 2022 +0200

    build system: do not use the -t option for ln
    
    For compatibility reasons.
---
 build-system/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]