From 902328861ce82264d51cd8cae439452e05d5d125 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 14 Jan 2018 00:53:28 +0100 Subject: [PATCH] Cleanup --- data/linux/build-all.sh | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/data/linux/build-all.sh b/data/linux/build-all.sh index 8eee0b548..410a538e5 100755 --- a/data/linux/build-all.sh +++ b/data/linux/build-all.sh @@ -112,8 +112,8 @@ git checkout . git pull # might be updated by git pull -chmod 777 ${CHROOT_CARLA_DIR}/data/linux/*.sh -chmod 777 ${CHROOT_CARLA_DIR}/data/linux/common.env +chmod 777 data/linux/*.sh +chmod 777 data/linux/common.env EOF @@ -135,9 +135,6 @@ CHROOT_DIR=${TARGETDIR}/chroot${ARCH} cp build-deps.sh common.env ${CHROOT_DIR}${CHROOT_CARLA_DIR}/data/linux/ cat <