mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #637 from pazos/master
standarize script names for kobos
This commit is contained in:
4
Makefile
4
Makefile
@@ -120,8 +120,8 @@ koboupdate: all
|
||||
cd $(INSTALL_DIR)/kobo && tar -czhf ../KoboRoot.tgz mnt
|
||||
cp resources/koreader.png $(INSTALL_DIR)/koreader.png
|
||||
cp kobo/fmon/README.txt $(INSTALL_DIR)/README_kobo.txt
|
||||
cp kobo/koreader_kobo.sh $(INSTALL_DIR)/koreader
|
||||
cp kobo/kobo_suspend.sh $(INSTALL_DIR)/koreader
|
||||
cp kobo/koreader.sh $(INSTALL_DIR)/koreader
|
||||
cp kobo/suspend.sh $(INSTALL_DIR)/koreader
|
||||
cp kobo/*.bin $(INSTALL_DIR)/koreader
|
||||
# create new package
|
||||
cd $(INSTALL_DIR) && \
|
||||
|
||||
@@ -189,7 +189,7 @@ function Device:prepareSuspend() -- currently only used for kobo devices
|
||||
end
|
||||
|
||||
function Device:Suspend() -- currently only used for kobo devices
|
||||
os.execute("./kobo_suspend.sh")
|
||||
os.execute("./suspend.sh")
|
||||
end
|
||||
|
||||
function Device:Resume() -- currently only used for kobo devices
|
||||
|
||||
@@ -1 +1 @@
|
||||
$root/.kobo/fmon/fmon $root/koreader.png $root/.kobo/koreader/koreader_kobo.sh &
|
||||
$root/.kobo/fmon/fmon $root/koreader.png $root/.kobo/koreader/koreader.sh &
|
||||
|
||||
Reference in New Issue
Block a user