mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix sdcv on Android cannot handle morphological changes
This commit is contained in:
@@ -27,7 +27,7 @@ A.LOGI("intent file path " .. (file or ""))
|
||||
pcall(function() dofile("/sdcard/koreader/patch.lua") end)
|
||||
|
||||
-- set proper permission for sdcv
|
||||
io.popen("chmod 755 ./sdcv")
|
||||
A.execute("chmod", "755", "./sdcv")
|
||||
|
||||
-- create fake command-line arguments
|
||||
arg = {"-d", file or "/sdcard"}
|
||||
|
||||
Reference in New Issue
Block a user