From 3511c9a1f563033b60283e155d116bdac569e534 Mon Sep 17 00:00:00 2001 From: baduhai Date: Thu, 26 Aug 2021 23:25:07 +0200 Subject: [PATCH] In the unlikely event these folders don't exist. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 0369894..b8fef39 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,11 @@ install: # files in /usr/share install gotify-dunst.desktop $(DESTDIR)$(PREFIX)/share/applications + install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/ install gotify-16.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/gotify.png + install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/32x32/apps/ install gotify-32.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/32x32/apps/gotify.png + install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/96x96/apps/ install gotify-96.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/96x96/apps/gotify.png + install -d $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/ install gotify-128.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/gotify.png \ No newline at end of file