From 73d5e9b8c67c1058bcdace0d52f135b5b33015ba Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 29 Jun 2022 00:33:06 -0700 Subject: [PATCH] Make sure METAINFO dir exists --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 262f19a56..c1688d550 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Various contributors (see AUTHORS.txt) # http://www.tuxpaint.org/ -# June 14, 2002 - June 14, 2022 +# June 14, 2002 - June 29, 2022 # The version number, for release: @@ -960,6 +960,7 @@ install-xdg: src/tuxpaint.desktop src/org.tuxpaint.Tuxpaint.metainfo.xml @if [ "x$(shell which update-desktop-database)" != "x" ]; then \ update-desktop-database ; \ fi + @mkdir -p $(METAINFO_PREFIX) install --mode=0644 -t $(METAINFO_PREFIX) src/org.tuxpaint.Tuxpaint.metainfo.xml # Install the PNG icon (for KDE desktop, etc.)