From 0e0d51b29bd40e6d866a9a646532d9558a3984bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Sowa?= Date: Fri, 7 May 2021 12:46:15 +0000 Subject: [PATCH] Fix rosdep permissions --- stage3/03-leo-ros/02-run.sh | 10 ---------- stage3/03-leo-ros/03-run-chroot.sh | 8 ++++++++ 2 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 stage3/03-leo-ros/03-run-chroot.sh diff --git a/stage3/03-leo-ros/02-run.sh b/stage3/03-leo-ros/02-run.sh index 35b24ad..fecc100 100755 --- a/stage3/03-leo-ros/02-run.sh +++ b/stage3/03-leo-ros/02-run.sh @@ -2,13 +2,3 @@ mkdir -p "${ROOTFS_DIR}/etc/ros/catkin_ws" install -m 644 files/leo-erc.repos "${ROOTFS_DIR}/etc/ros/catkin_ws/" - -on_chroot <