nickelmenu and kfmon tarballs for the merge scripts should go with the firmware tarballs, which are in src/ in accordance with the upstream patch zips' kobopatch.yaml

master
Jay Logan 2022-12-15 01:54:16 -06:00
parent 398f16be4f
commit b1ebb6cab3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# modified from NiLuJe's autopatch.sh: http://trac.ak-team.com/trac/browser/niluje/Configs/trunk/Kindle/Kobo_Hacks/Patches/autopatch.sh
echo "Uncompressing tarballs"
gunzip -c bin/KFmon.tgz > KFMon.tar
gunzip -c src/KFmon.tgz > KFMon.tar
gunzip -c out/KoboRoot.tgz > KoboPatch.tar
echo "Merging tarballs"
tar -Avf KFMon.tar KoboPatch.tar

View File

@ -1,7 +1,7 @@
# modified from NiLuJe's autopatch.sh: http://trac.ak-team.com/trac/browser/niluje/Configs/trunk/Kindle/Kobo_Hacks/Patches/autopatch.sh
echo "Uncompressing tarballs"
gunzip -c bin/NM.tgz > NM.tar
gunzip -c src/NM.tgz > NM.tar
gunzip -c out/KoboRoot.tgz > KoboPatch.tar
echo "Merging tarballs"
tar -Avf NM.tar KoboPatch.tar