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
parent
398f16be4f
commit
b1ebb6cab3
|
@ -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
|
# 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"
|
echo "Uncompressing tarballs"
|
||||||
gunzip -c bin/KFmon.tgz > KFMon.tar
|
gunzip -c src/KFmon.tgz > KFMon.tar
|
||||||
gunzip -c out/KoboRoot.tgz > KoboPatch.tar
|
gunzip -c out/KoboRoot.tgz > KoboPatch.tar
|
||||||
echo "Merging tarballs"
|
echo "Merging tarballs"
|
||||||
tar -Avf KFMon.tar KoboPatch.tar
|
tar -Avf KFMon.tar KoboPatch.tar
|
||||||
|
|
|
@ -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
|
# 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"
|
echo "Uncompressing tarballs"
|
||||||
gunzip -c bin/NM.tgz > NM.tar
|
gunzip -c src/NM.tgz > NM.tar
|
||||||
gunzip -c out/KoboRoot.tgz > KoboPatch.tar
|
gunzip -c out/KoboRoot.tgz > KoboPatch.tar
|
||||||
echo "Merging tarballs"
|
echo "Merging tarballs"
|
||||||
tar -Avf NM.tar KoboPatch.tar
|
tar -Avf NM.tar KoboPatch.tar
|
||||||
|
|
Loading…
Reference in New Issue