mkmod.sh: fix copying binary

This commit is contained in:
2025-07-15 10:16:10 +03:00
parent e0c17a8307
commit a829129a50

View File

@@ -86,7 +86,7 @@ mkzip()
rm -f $PWD/system/bin/placeholder $PWD/system/bin/disable_watchdog rm -f $PWD/system/bin/placeholder $PWD/system/bin/disable_watchdog
mk_customize $1 > $PWD/customize.sh mk_customize $1 > $PWD/customize.sh
chmod 755 $PWD/customize.sh chmod 755 $PWD/customize.sh
cp $dir/disable_watchdog $PWD/system/bin cp ../$dir/disable_watchdog $PWD/system/bin
zip -rq $MOD * zip -rq $MOD *
mv $MOD .. mv $MOD ..
cd .. cd ..