Skip to content

Commit

Permalink
build - Install and create dirs for upnp service
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed May 14, 2018
1 parent 1023e45 commit 21df479
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/services/upnp.yaml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: upnp
config:
root: @LOCALESTATEDIR@/dionaea/roots/upnp
root: @DIONAEA_STATEDIR@/upnp/root
# maximum size in kbytes of the request (32MB)
max_request_size: 32768
personality:
Expand Down
6 changes: 6 additions & 0 deletions modules/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,9 @@ install(
DIRECTORY
DESTINATION ${DIONAEA_STATEDIR}/tftp/root
)

### UPNP
install(
DIRECTORY
DESTINATION ${DIONAEA_STATEDIR}/upnp/root
)

0 comments on commit 21df479

Please sign in to comment.