Added buzzer.wav to linux installer.

This commit is contained in:
daniel-123 2013-01-07 21:26:18 +01:00
parent d130390c9e
commit cbdf10075e
1 changed files with 3 additions and 0 deletions

View File

@ -34,11 +34,14 @@ client:
echo '#!/bin/sh\npython -OO $(LIB_PATH)/syncplay/syncplayClient.py "$$@"' > $(BIN_PATH)/syncplay
chmod a+x $(BIN_PATH)/syncplay
cp syncplayClient.py $(LIB_PATH)/syncplay/
-mkdir -p $(LIB_PATH)/syncplay/resources
cp resources/buzzer.wav $(LIB_PATH)/syncplay/resources/
cp resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
u-client:
-rm $(BIN_PATH)/syncplay
-rm $(LIB_PATH)/syncplay/syncplayClient.py
-rm -rf $(LIB_PATH)/syncplay/resources
-rm $(APP_SHORTCUT_PATH)/syncplay.desktop
server: