mirror of https://github.com/Syncplay/syncplay
Create icons folder if it doesn't exist (#367)
If it doesn't exist first, `hicolor` will be stripped from the path by the `cp` command
This commit is contained in:
parent
1644eec34b
commit
0d4eb677e5
|
@ -38,6 +38,7 @@ common:
|
|||
-mkdir -p $(LIB_PATH)/syncplay/syncplay/resources/lua/intf
|
||||
-mkdir -p $(APP_SHORTCUT_PATH)
|
||||
-mkdir -p $(SHARE_PATH)/pixmaps/
|
||||
-mkdir -p $(SHARE_PATH)/icons/
|
||||
cp -r syncplay $(LIB_PATH)/syncplay/
|
||||
chmod 755 $(LIB_PATH)/syncplay/
|
||||
cp -r syncplay/resources/hicolor $(SHARE_PATH)/icons/
|
||||
|
|
Loading…
Reference in New Issue