Copy openzwave config to ensure it exists (fixes #5328) (#5329)

This commit is contained in:
Colin O'Dell 2017-01-14 12:41:38 -05:00 committed by Paulus Schoutsen
parent 2aa996b558
commit 03a6aa48e0

View File

@ -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