Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2f4e9f87 authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: make sure these scripts are executable


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 4d0f12f2
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment