Now make install wil putt the onscreen keyboard files in place.
This commit is contained in:
parent
a9d30e243b
commit
9d6ca608e3
1 changed files with 10 additions and 0 deletions
10
Makefile
10
Makefile
|
|
@ -438,6 +438,7 @@ install: install-bin install-data install-man install-doc \
|
|||
install-default-config install-example-stamps \
|
||||
install-example-starters \
|
||||
install-bash-completion \
|
||||
install-osk \
|
||||
$(ARCH_INSTALL)
|
||||
#install-thumb-starters
|
||||
@echo
|
||||
|
|
@ -891,6 +892,15 @@ install-data:
|
|||
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)/fonts/locale
|
||||
|
||||
|
||||
# Install the onscreen keyboard:
|
||||
.PHONY: install-osk
|
||||
install-osk:
|
||||
@echo
|
||||
@echo "...Installing onscreen keyboard files..."
|
||||
@install -d $(DATA_PREFIX)/osk
|
||||
@cp -R osk/[a-z]* $(DATA_PREFIX)/osk
|
||||
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)
|
||||
|
||||
|
||||
# Install the text documentation:
|
||||
.PHONY: install-doc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue