daemon: Fix installation of executable example scripts.
This commit is contained in:
parent
afefd47ed0
commit
a7e8043db8
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ EXAMPLE_FILES = \
|
||||||
examples/stopsession.py
|
examples/stopsession.py
|
||||||
|
|
||||||
coreexdir = $(datadir)/core/examples
|
coreexdir = $(datadir)/core/examples
|
||||||
dist_coreex_DATA = $(EXAMPLE_FILES)
|
dist_coreex_SCRIPTS = $(EXAMPLE_FILES)
|
||||||
|
|
||||||
EXAMPLE_MYSERVICES_FILES = \
|
EXAMPLE_MYSERVICES_FILES = \
|
||||||
examples/myservices/README.txt \
|
examples/myservices/README.txt \
|
||||||
|
@ -62,7 +62,7 @@ EXAMPLE_NETNS_FILES = \
|
||||||
examples/netns/wlantest.py
|
examples/netns/wlantest.py
|
||||||
|
|
||||||
coreexnetnsdir = $(coreexdir)/netns
|
coreexnetnsdir = $(coreexdir)/netns
|
||||||
dist_coreexnetns_DATA = $(EXAMPLE_NETNS_FILES)
|
dist_coreexnetns_SCRIPTS= $(EXAMPLE_NETNS_FILES)
|
||||||
|
|
||||||
EXAMPLE_SERVICES_FILES = \
|
EXAMPLE_SERVICES_FILES = \
|
||||||
examples/services/sampleFirewall \
|
examples/services/sampleFirewall \
|
||||||
|
|
|
@ -17,7 +17,7 @@ EXAMPLE_FILES = \
|
||||||
examples/ns3wimax.py
|
examples/ns3wimax.py
|
||||||
|
|
||||||
coreexampledir = $(datadir)/core/examples/corens3
|
coreexampledir = $(datadir)/core/examples/corens3
|
||||||
dist_coreexample_DATA = $(EXAMPLE_FILES)
|
dist_coreexample_SCRIPTS= $(EXAMPLE_FILES)
|
||||||
|
|
||||||
# Python package build
|
# Python package build
|
||||||
noinst_SCRIPTS = build
|
noinst_SCRIPTS = build
|
||||||
|
|
Loading…
Add table
Reference in a new issue