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.
···658 mv llvm/bin/clang-15{-unwrapped,}
659 mv swift/bin/swift-frontend{-unwrapped,}
660661- mkdir $out $lib
662663 # Install clang binaries only. We hide these with the wrapper, so they are
664 # for private use by Swift only.
···658 mv llvm/bin/clang-15{-unwrapped,}
659 mv swift/bin/swift-frontend{-unwrapped,}
660661+ mkdir $lib
662663 # Install clang binaries only. We hide these with the wrapper, so they are
664 # for private use by Swift only.