Fix utter breakage of the Kindle startup script.

I forgot to update the Makefile when I renamed the helper include...
Ooops. >_<"
pull/759/head
NiLuJe 10 years ago
parent 2033620122
commit 30f733f9d9

@ -101,7 +101,7 @@ kindleupdate: all
ln -sf ../kindle/extensions $(INSTALL_DIR)/
ln -sf ../kindle/launchpad $(INSTALL_DIR)/
ln -sf ../../kindle/koreader.sh $(INSTALL_DIR)/koreader
ln -sf ../../kindle/libkoreader.inc $(INSTALL_DIR)/koreader
ln -sf ../../kindle/libkohelper.sh $(INSTALL_DIR)/koreader
ln -sf ../../kindle/kotar_cpoint $(INSTALL_DIR)/koreader
# create new package
# Don't bundle launchpad on touch devices..

@ -1 +1 @@
Subproject commit 66b1bcf4f87f16598806445e6b437310411ffefc
Subproject commit 1af2b87c2041a38ef2ca0f9d898150fa2855340b
Loading…
Cancel
Save