gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated (b4a4a9e2 -> f4265f76)


From: gnunet
Subject: [taler-wallet-core] branch master updated (b4a4a9e2 -> f4265f76)
Date: Fri, 07 Aug 2020 08:14:02 +0200

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

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

    from b4a4a9e2 log file location
     new 6318ecef make sure bin exists
     new f4265f76 read-only

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bootstrap             | 3 +++
 build-system/Makefile | 1 +
 2 files changed, 4 insertions(+)

diff --git a/bootstrap b/bootstrap
index 82700e1b..14250994 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,3 +12,6 @@ fi
 
 git submodule update --init
 cp build-system/taler-build-scripts/configure ./configure
+# Try making the configure script read-only to prevent
+# accidental changes in the wrong place.
+chmod ogu-w ./configure || true
diff --git a/build-system/Makefile b/build-system/Makefile
index 4a2d51e3..82c32c4f 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -75,6 +75,7 @@ else
 install_target = $(prefix)/lib/taler-wallet-cli
 .PHONY: install
 install: compile
+       install -d $(install_target)/bin
        install -d $(install_target)/node_modules/taler-wallet-cli
        install -d $(install_target)/node_modules/taler-wallet-cli/bin
        install -d $(install_target)/node_modules/taler-wallet-cli/dist

-- 
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]