mirror of https://github.com/Syncplay/syncplay
Remove adding executable permissiosn to .desktop files
.desktop files do not need executable permissions. Fixes #667
This commit is contained in:
parent
b22c9ab721
commit
e7b824c124
|
@ -63,10 +63,6 @@ client:
|
|||
cp syncplay/resources/syncplay.desktop $(APP_SHORTCUT_PATH)/
|
||||
gzip docs/syncplay.1 --stdout > $(SHARE_PATH)/man/man1/syncplay.1.gz
|
||||
|
||||
ifeq ($(SINGLE_USER),false)
|
||||
chmod 755 $(APP_SHORTCUT_PATH)/syncplay.desktop
|
||||
endif
|
||||
|
||||
u-client:
|
||||
-rm $(BIN_PATH)/syncplay
|
||||
-rm $(LIB_PATH)/syncplay/syncplayClient.py
|
||||
|
@ -84,10 +80,6 @@ server:
|
|||
cp syncplay/resources/syncplay-server.desktop $(APP_SHORTCUT_PATH)/
|
||||
gzip docs/syncplay-server.1 --stdout > $(SHARE_PATH)/man/man1/syncplay-server.1.gz
|
||||
|
||||
ifeq ($(SINGLE_USER),false)
|
||||
chmod 755 $(APP_SHORTCUT_PATH)/syncplay-server.desktop
|
||||
endif
|
||||
|
||||
u-server:
|
||||
-rm $(BIN_PATH)/syncplay-server
|
||||
-rm $(LIB_PATH)/syncplay/syncplayServer.py
|
||||
|
|
Loading…
Reference in New Issue