Commit 4d083596374e3c1834beb62c53dd915e1a5b9374

Authored by Perry Werneck
1 parent b7b84cdf

Keypad folder should be created on install-application.

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -290,6 +290,9 @@ install-application: \
290 290 ui/*.xml \
291 291 $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/ui
292 292  
  293 + @$(MKDIR) \
  294 + $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/keypad
  295 +
293 296 install-keypads:
294 297  
295 298 @$(MKDIR) \
... ...