Forgot to change this one line.
From 12ff9bf88c3695a57b9a615a105c9cc7f7e4159e Mon Sep 17 00:00:00 2001 From: Andy Chu <[email protected]> Date: Sat, 19 Mar 2016 11:04:09 -0700 Subject: [PATCH 3/3] Small fix to make.sh: use OUTNAME instead of toybox
--- scripts/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make.sh b/scripts/make.sh index ab2719c..cc85b30 100755 --- a/scripts/make.sh +++ b/scripts/make.sh @@ -309,6 +309,6 @@ fi # its output the way SUSv4 suggests it do so. While we're at it, make sure # we don't have the "w" bit set so things like bzip2's "cp -f" install don't # overwrite our binary through the symlink. -do_loudly chmod 555 toybox || exit 1 +do_loudly chmod 555 $OUTNAME || exit 1 echo -- 1.9.1
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
