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:
Lctrs 2020-11-29 19:20:00 +01:00 committed by GitHub
parent 1644eec34b
commit 0d4eb677e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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/