clang_9: fix unpackPhase

This commit is contained in:
Will Dietz 2019-12-31 16:24:31 -06:00
parent 21b0162383
commit dc0c28a762
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -13,7 +13,7 @@ let
unpackPhase = '' unpackPhase = ''
unpackFile $src unpackFile $src
mv cfe-${version}* clang mv clang-${version}* clang
sourceRoot=$PWD/clang sourceRoot=$PWD/clang
unpackFile ${clang-tools-extra_src} unpackFile ${clang-tools-extra_src}
mv clang-tools-extra-* $sourceRoot/tools/extra mv clang-tools-extra-* $sourceRoot/tools/extra