Commit 4d083596374e3c1834beb62c53dd915e1a5b9374
1 parent
b7b84cdf
Exists in
master
and in
3 other branches
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,6 +290,9 @@ install-application: \ | ||
| 290 | ui/*.xml \ | 290 | ui/*.xml \ |
| 291 | $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/ui | 291 | $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/ui |
| 292 | 292 | ||
| 293 | + @$(MKDIR) \ | ||
| 294 | + $(DESTDIR)/$(datarootdir)/$(PRODUCT_NAME)/keypad | ||
| 295 | + | ||
| 293 | install-keypads: | 296 | install-keypads: |
| 294 | 297 | ||
| 295 | @$(MKDIR) \ | 298 | @$(MKDIR) \ |