dslm4515 / CMLFS

Clang-Built Musl Linux From Scratch
MIT License
99 stars 18 forks source link

In section 2-llvmtools/07-clang-llvm - missed "s" (Line 136-138) #59

Closed Cerberios closed 2 years ago

Cerberios commented 2 years ago

In section 2-llvmtools/07-clang-llvm (Line 136-138)

Remove the LLVM source as it will not be needed until chroot cd $CMLFS/source && \ rm -rf llvm

Actual: seems symbol "s" missed, Expected: Initially at preparation stage it was "sourceS' folder name

dslm4515 commented 2 years ago

Fixed in commit 39ed7a7