From 57b1a0d2321bb8fa8fefee4f3b8df20bf60cb9e6 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Wed, 25 Nov 2020 12:08:10 +0100 Subject: [PATCH] Create icons folder if it doesn't exist 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/