Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 16.09 13 lines 637 B view raw
1diff -ru android-ndk-r8e.old/build/tools/make-standalone-toolchain.sh android-ndk-r8e/build/tools/make-standalone-toolchain.sh 2--- android-ndk-r8e.old/build/tools/make-standalone-toolchain.sh 2014-10-16 03:46:32.000000000 +0200 3+++ android-ndk-r8e/build/tools/make-standalone-toolchain.sh 2014-10-24 23:46:22.544928306 +0200 4@@ -194,6 +194,9 @@ 5 # Now copy the GCC toolchain prebuilt binaries 6 run copy_directory "$TOOLCHAIN_PATH" "$TMPDIR" 7 8+# Making it writable again 9+chmod -R +w "$TMPDIR" 10+ 11 if [ -n "$LLVM_VERSION" ]; then 12 # Copy the clang/llvm toolchain prebuilt binaries 13 run copy_directory "$LLVM_TOOLCHAIN_PATH" "$TMPDIR"