mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
call all target for customupdates and cleanup install dir
This commit is contained in:
3
Makefile
3
Makefile
@@ -190,9 +190,10 @@ install:
|
||||
scp launchpad/* root@192.168.2.2:/mnt/us/launchpad/
|
||||
|
||||
VERSION?=$(shell git rev-parse --short HEAD)
|
||||
customupdate: kpdfview
|
||||
customupdate: all
|
||||
# ensure that build binary is for ARM
|
||||
file kpdfview | grep ARM || exit 1
|
||||
rm -Rf $(INSTALL_DIR)
|
||||
mkdir $(INSTALL_DIR)
|
||||
cp -p README.TXT COPYING kpdfview slider_watcher *.lua $(INSTALL_DIR)
|
||||
mkdir $(INSTALL_DIR)/data
|
||||
|
||||
Reference in New Issue
Block a user