From 708d4cc8aa5ba43b0827951f931dcf3fdc39591b Mon Sep 17 00:00:00 2001 From: Shivansh-007 Date: Sun, 28 Mar 2021 06:23:16 +0530 Subject: [PATCH] pkg(pony-0.39.0): Correct extracted dir name. --- packages/ponylang/0.39.0/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ponylang/0.39.0/build.sh b/packages/ponylang/0.39.0/build.sh index 1221f82..bc41f34 100755 --- a/packages/ponylang/0.39.0/build.sh +++ b/packages/ponylang/0.39.0/build.sh @@ -8,7 +8,7 @@ tar xfz 0.39.0.tar.gz rm 0.39.0.tar.gz # cd into pony dir that was created from tar extraction. -cd 0.39.0 +cd ponyc-0.39.0 # Build the vendored LLVM libraries that are included in the `lib/llvm/src`. make libs build_flags="-j$(nproc)"