From a1c17488d20a615f440381bdbdd7c45ddeb503d4 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Fri, 7 Dec 2012 20:25:24 -0800 Subject: [PATCH] let's try that again --- .before_script.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.before_script.sh b/.before_script.sh index 6938739b..40eddf97 100755 --- a/.before_script.sh +++ b/.before_script.sh @@ -5,8 +5,12 @@ unset CC sudo mkdir -p /home/build/osdev/toolchain +sudo chmod a=rwx /home/build +sudo chmod a=rwx /home/build/osdev +sudo chmod a=rwx /home/build/osdev/toolchain + pushd toolchain - cp activate.sh /home/build/osdev/toolchain/ + cp *.sh /home/build/osdev/toolchain/ popd pushd /home/build/osdev/toolchain