diff --git a/build.sh b/build.sh index 685e10f..8d6959f 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,6 @@ for type in *; do mv out "${NAME}" tar -cJf "${OUT}/${NAME}.tar.xz" "${NAME}" # Clean Up - chmod -R u+rw "${NAME}" rm -rf "${NAME}" cd ../ done \ No newline at end of file diff --git a/src/defconfig b/src/defconfig index 43f8615..f455cec 100644 --- a/src/defconfig +++ b/src/defconfig @@ -1,6 +1,7 @@ CT_CONFIG_VERSION="4" CT_LOCAL_TARBALLS_DIR="" CT_PREFIX_DIR="${CT_TOP_DIR}/out" +# CT_PREFIX_DIR_RO is not set # CT_LOG_PROGRESS_BAR is not set CT_ARCH_ARM=y CT_ARCH_CPU="cortex-a7" diff --git a/upload.sh b/upload.sh index 2ddddaa..d44a5e5 100755 --- a/upload.sh +++ b/upload.sh @@ -13,6 +13,7 @@ cd archives # Copy cp ../out/* . +git add . # Commit git commit -m "Update Toolchain (${COMMIT})"