Pocketbook: Use a single launcher (#6814)

* Pocketbook: Use a single launcher and make the system one a "symlink"
This commit is contained in:
ezdiy
2020-10-26 13:11:27 +01:00
committed by GitHub
parent 8e1c6c8409
commit ac3c97af49
2 changed files with 3 additions and 1 deletions

View File

@@ -254,7 +254,7 @@ pbupdate: all
mkdir -p $(INSTALL_DIR)/applications
mkdir -p $(INSTALL_DIR)/system/bin
cp $(POCKETBOOK_DIR)/koreader.app $(INSTALL_DIR)/applications
cp $(POCKETBOOK_DIR)/koreader.app $(INSTALL_DIR)/system/bin
cp $(POCKETBOOK_DIR)/system_koreader.app $(INSTALL_DIR)/system/bin/koreader.app
cp $(COMMON_DIR)/spinning_zsync $(INSTALL_DIR)/koreader
cp -rfL $(INSTALL_DIR)/koreader $(INSTALL_DIR)/applications
find $(INSTALL_DIR)/applications/koreader \

View File

@@ -0,0 +1,2 @@
#!/bin/sh
exec /mnt/ext1/applications/koreader.app "$@"