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:
parent
575f055df6
commit
0c9fb68846
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user