gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: Hi guys, I hope you are well.


From: gnunet
Subject: [gnunet] branch master updated: Hi guys, I hope you are well.
Date: Sun, 28 Nov 2021 09:54:48 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4eb546478 Hi guys, I hope you are well.
4eb546478 is described below

commit 4eb546478aaee8618567b5f7926e7f974b773d16
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Nov 28 09:52:14 2021 +0100

    Hi guys, I hope you are well.
    
    I had to patch contrib/Makefile.am in the current git version of GNUnet to 
let make install work for a staged install. Please find the patch attached.
    
    --madmurphy
---
 contrib/Makefile.am | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 3841f20a8..e0370d3c9 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -250,10 +250,10 @@ aclocal_DATA = \
   gnunet.m4
 
 install-data-hook:
-       chmod o+x $(pkgdatadir)/netjail_core.sh
-       chmod o+x $(pkgdatadir)/netjail_start.sh
-       chmod o+x $(pkgdatadir)/netjail_stop.sh
-       chmod o+x $(pkgdatadir)/netjail_exec.sh
-       chmod o+x $(pkgdatadir)/topo.sh
+       chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_core.sh'
+       chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_start.sh'
+       chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_stop.sh'
+       chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_exec.sh'
+       chmod o+x '$(DESTDIR)$(pkgdatadir)/topo.sh'
 
 ## EOF

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