mkmod.sh: fix copying binary
This commit is contained in:
2
mkmod.sh
2
mkmod.sh
@@ -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 ..
|
||||||
|
|||||||
Reference in New Issue
Block a user