Skip to content

Commit

Permalink
Copy openzwave config to ensure it exists (fixes #5328) (#5329)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell authored and balloob committed Jan 14, 2017
1 parent 2aa996b commit 03a6aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup_docker_prereqs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apt-get install -y --no-install-recommends ${PACKAGES[@]} ${PACKAGES_DEV[@]}
# Build and install openzwave
script/build_python_openzwave
mkdir -p /usr/local/share/python-openzwave
ln -sf /usr/src/app/build/python-openzwave/openzwave/config /usr/local/share/python-openzwave/config
cp -R /usr/src/app/build/python-openzwave/openzwave/config /usr/local/share/python-openzwave/config

# Build and install libcec
script/build_libcec
Expand Down

0 comments on commit 03a6aa4

Please sign in to comment.