kobopatch-conf/merge-kfmon.sh

9 lines
343 B
Bash
Executable File

# taken from NiLuJe's autopatch.sh: http://trac.ak-team.com/trac/browser/niluje/Configs/trunk/Kindle/Kobo_Hacks/Patches/autopatch.sh
gunzip -c ../kfmon/Release/KoboRoot.tgz > KFMon.tar
gunzip -c out/KoboRoot.tgz > KoboPatch.tar
tar -Avf KFMon.tar KoboPatch.tar
gzip KFMon.tar
rm out/KoboRoot.tgz KoboPatch.tar
mv -v KFMon.tar.gz KoboRoot.tgz