aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index f714cdc84..3f154da55 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -9,7 +9,8 @@ dist_pkgdata_DATA = \
9 netjail/netjail_start.sh \ 9 netjail/netjail_start.sh \
10 netjail/netjail_stop.sh \ 10 netjail/netjail_stop.sh \
11 netjail/topo.sh \ 11 netjail/topo.sh \
12 testing-ng/block.sh 12 testing-ng/block.sh \
13 testing-ng/emu_run.sh
13 14
14EXTRA_DIST = \ 15EXTRA_DIST = \
15 get_version.sh \ 16 get_version.sh \
@@ -30,5 +31,6 @@ install-data-hook:
30 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_exec.sh' 31 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_exec.sh'
31 chmod o+x '$(DESTDIR)$(pkgdatadir)/topo.sh' 32 chmod o+x '$(DESTDIR)$(pkgdatadir)/topo.sh'
32 chmod o+x '$(DESTDIR)$(pkgdatadir)/block.sh' 33 chmod o+x '$(DESTDIR)$(pkgdatadir)/block.sh'
34 chmod o+x '$(DESTDIR)$(pkgdatadir)/emu_run.sh'
33 35
34## EOF 36## EOF