From 2f4e9f87c624c64f122631a66844ba0a7bc22ea5 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Thu, 19 Dec 2013 13:15:15 -0600 Subject: [PATCH] chroot: make sure these scripts are executable Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- scripts/chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/chroot.sh b/scripts/chroot.sh index 339f045b4..7ae4b6f44 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -761,6 +761,7 @@ fi sudo mkdir -p ${tempdir}/opt/scripts/ || true sudo cp -v ${DIR}/scripts_device/*.sh ${tempdir}/opt/scripts/ +sudo chmod +x ${tempdir}/opt/scripts/*.sh if [ "x${chroot_enable_bborg_repo}" = "xenable" ] ; then echo "BeagleBoard.org BeagleBone Debian Image ${time}"| sudo tee ${tempdir}/etc/dogtag >/dev/null -- GitLab