aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/Makefile.am10
1 files 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 = \
250 gnunet.m4 250 gnunet.m4
251 251
252install-data-hook: 252install-data-hook:
253 chmod o+x $(pkgdatadir)/netjail_core.sh 253 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_core.sh'
254 chmod o+x $(pkgdatadir)/netjail_start.sh 254 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_start.sh'
255 chmod o+x $(pkgdatadir)/netjail_stop.sh 255 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_stop.sh'
256 chmod o+x $(pkgdatadir)/netjail_exec.sh 256 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_exec.sh'
257 chmod o+x $(pkgdatadir)/topo.sh 257 chmod o+x '$(DESTDIR)$(pkgdatadir)/topo.sh'
258 258
259## EOF 259## EOF