From f0b0c811fb883b40b3b63ac903f77e863fbbdbad Mon Sep 17 00:00:00 2001 From: Aditya Alok Date: Mon, 23 Jan 2023 19:32:32 +0530 Subject: [PATCH] ghc: Fix upstream package name Signed-off-by: Aditya Alok --- scripts/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile.sh b/scripts/compile.sh index b73d6ff..4594d76 100755 --- a/scripts/compile.sh +++ b/scripts/compile.sh @@ -27,7 +27,7 @@ if [ "${PKG_NAME}" = "ghc" ]; then cd /home/builder/termux-packages || exit mkdir -p ./packages/ghc-cross - cp ./packages/ghc/*.patch ./packages/ghc-cross + cp ./packages/ghc-libs/*.patch ./packages/ghc-cross cp -r ./ghc/* ./packages/ghc-cross ./build-package.sh -I -a "${ARCH}" ghc-cross