Fixed missing quotes in Makefile generated wrapper.
This commit is contained in:
parent
abc73a8379
commit
37ff3454c0
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ ICON_PATH = /usr/share/icons
|
||||
|
||||
install:
|
||||
touch $(BIN_PATH)/syncplay
|
||||
echo '#!/bin/sh\npython $(LIB_PATH)/syncplay/syncplayClient.py $$@' > $(BIN_PATH)/syncplay
|
||||
echo '#!/bin/sh\npython $(LIB_PATH)/syncplay/syncplayClient.py "$$@"' > $(BIN_PATH)/syncplay
|
||||
chmod a+x $(BIN_PATH)/syncplay
|
||||
mkdir $(LIB_PATH)/syncplay/
|
||||
cp syncplayClient.py $(LIB_PATH)/syncplay/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user