Skip to content

Commit

Permalink
ghc: Fix upstream package name
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Alok <[email protected]>
  • Loading branch information
MrAdityaAlok committed Jan 23, 2023
1 parent 142699b commit f0b0c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0b0c81

Please sign in to comment.