swiftPackages.swift-unwrapped: drop unnecessary `mkdir`
Honestly I did this in the middle of trying things and then forgot about it, and I just don’t feel like bootstrapping the whole thing again to drop this commit.
···658658 mv llvm/bin/clang-15{-unwrapped,}
659659 mv swift/bin/swift-frontend{-unwrapped,}
660660661661- mkdir $out $lib
661661+ mkdir $lib
662662663663 # Install clang binaries only. We hide these with the wrapper, so they are
664664 # for private use by Swift only.