From b1ebb6cab3b15fe9aa20e8433891fd30cec16973 Mon Sep 17 00:00:00 2001 From: Jay Logan Date: Thu, 15 Dec 2022 01:54:16 -0600 Subject: [PATCH] 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 --- merge-kfmon.sh | 2 +- merge-nm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/merge-kfmon.sh b/merge-kfmon.sh index 052c780..746baa9 100755 --- a/merge-kfmon.sh +++ b/merge-kfmon.sh @@ -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 diff --git a/merge-nm.sh b/merge-nm.sh index 850b0d3..4ef7d5b 100755 --- a/merge-nm.sh +++ b/merge-nm.sh @@ -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