From 0d4eb677e5d25043534b65c52e0dc66139dac6fc Mon Sep 17 00:00:00 2001 From: Lctrs Date: Sun, 29 Nov 2020 19:20:00 +0100 Subject: [PATCH] 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 --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 9ac836f..2303729 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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/