1
0
mirror of https://github.com/sgmarz/osblog.git synced 2024-11-23 18:06:20 +04:00

Fixed do.sh to remove Linux build directory

Originally, the do.sh script would remove the linux folder, not the
build folder.
This commit is contained in:
Adam Short 2019-10-08 23:23:26 -04:00
parent 575f055df6
commit 0c9fb68846

View File

@ -247,7 +247,7 @@ if [ $ARG -eq 99 ]; then
echo "+-+-+-+ CLEANING +-+-+-+"
${USE_SUDO} rm -fr ${BUILD_BINUTILS}
${USE_SUDO} rm -fr ${BUILD_GCC_S1}
${USE_SUDO} rm -fr ${BUILD_LINUX}
${USE_SUDO} rm -fr ${BUILD_LINUX_HEADERS}
${USE_SUDO} rm -fr ${BUILD_GLIBC_S1}
${USE_SUDO} rm -fr ${BUILD_GLIBC_S2}
${USE_SUDO} rm -fr ${BUILD_GCC_S2}