gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: build: fix make install of new script lo


From: gnunet
Subject: [gnunet] branch master updated: build: fix make install of new script location
Date: Mon, 16 Oct 2023 13:22:48 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b99f555e7 build: fix make install of new script location
b99f555e7 is described below

commit b99f555e7d09a1070c09d52bfed5f09c08915d27
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 16 13:22:42 2023 +0200

    build: fix make install of new script location
---
 contrib/Makefile.am | 8 --------
 scripts/Makefile.am | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 9b2415c5b..ab4c41dc9 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -240,12 +240,4 @@ xdgdeentrydir = $(datadir)/applications
 dist_xdgdeentry_DATA = \
   xdg-scheme-handler/gnunet-uri.desktop
 
-install-data-hook:
-       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'
-       chmod o+x '$(DESTDIR)$(pkgdatadir)/block.sh'
-
 ## EOF
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index a81a60992..062805895 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -9,4 +9,12 @@ dist_pkgdata_DATA = \
   netjail/topo.sh \
   testing-ng/block.sh
 
+install-data-hook:
+       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'
+       chmod o+x '$(DESTDIR)$(pkgdatadir)/block.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]