Copy effects to /opt/hyperion/ on a manual compilation

Former-commit-id: 49893ea8d35ee78f52fe8f95d841ed29dacc94ee
This commit is contained in:
Nico 2015-11-15 11:14:44 +01:00
parent 25c4322ff8
commit 9b1b4d2aea
1 changed files with 3 additions and 0 deletions

View File

@ -40,3 +40,6 @@ make
# The binaries are build in "$HYPERION_DIR/build/bin". You could copy those to /usr/bin
sudo cp ./bin/hyperion-remote /usr/bin/
sudo cp ./bin/hyperiond /usr/bin/
# Copy the effect folder (if you did not use the normal installation methode before)
sudo mkdir -p /opt/hyperion/effects && sudo cp -R ../effects/ /opt/hyperion/