From 4d083596374e3c1834beb62c53dd915e1a5b9374 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sat, 6 Jun 2020 11:28:12 -0300 Subject: [PATCH] Keypad folder should be created on install-application. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index 243afe3..541ec57 100644 --- a/Makefile.in +++ b/Makefile.in @@ -290,6 +290,9 @@ install-application: \ ui/*.xml \ $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/ui + @$(MKDIR) \ + $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/keypad + install-keypads: @$(MKDIR) \ -- libgit2 0.21.2