aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile.am8
-rw-r--r--scripts/Makefile.am8
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
240dist_xdgdeentry_DATA = \ 240dist_xdgdeentry_DATA = \
241 xdg-scheme-handler/gnunet-uri.desktop 241 xdg-scheme-handler/gnunet-uri.desktop
242 242
243install-data-hook:
244 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_core.sh'
245 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_start.sh'
246 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_stop.sh'
247 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_exec.sh'
248 chmod o+x '$(DESTDIR)$(pkgdatadir)/topo.sh'
249 chmod o+x '$(DESTDIR)$(pkgdatadir)/block.sh'
250
251## EOF 243## 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 = \
9 netjail/topo.sh \ 9 netjail/topo.sh \
10 testing-ng/block.sh 10 testing-ng/block.sh
11 11
12install-data-hook:
13 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_core.sh'
14 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_start.sh'
15 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_stop.sh'
16 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_exec.sh'
17 chmod o+x '$(DESTDIR)$(pkgdatadir)/topo.sh'
18 chmod o+x '$(DESTDIR)$(pkgdatadir)/block.sh'
19
12## EOF 20## EOF