From 4eb546478aaee8618567b5f7926e7f974b773d16 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 28 Nov 2021 09:52:14 +0100 Subject: 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 -- cgit v1.2.3