mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
16 lines
651 B
Diff
16 lines
651 B
Diff
diff --git a/ghc.mk b/ghc.mk
|
|
index 5e4ecc6..a07ff73 100644
|
|
--- a/ghc.mk
|
|
+++ b/ghc.mk
|
|
@@ -968,8 +968,8 @@ INSTALLED_PACKAGE_CONF=$(DESTDIR)$(topdir)/package.conf.d
|
|
# Install packages in the right order, so that ghc-pkg doesn't complain.
|
|
# Also, install ghc-pkg first.
|
|
ifeq "$(Windows_Host)" "NO"
|
|
-INSTALLED_GHC_REAL=$(DESTDIR)$(ghclibexecdir)/bin/ghc
|
|
-INSTALLED_GHC_PKG_REAL=$(DESTDIR)$(ghclibexecdir)/bin/ghc-pkg
|
|
+INSTALLED_GHC_REAL=$(CURDIR)/inplace/bin/ghc-stage1
|
|
+INSTALLED_GHC_PKG_REAL=$(CURDIR)/utils/ghc-pkg/dist/build/tmp/ghc-pkg
|
|
else
|
|
INSTALLED_GHC_REAL=$(DESTDIR)$(bindir)/ghc.exe
|
|
INSTALLED_GHC_PKG_REAL=$(DESTDIR)$(bindir)/ghc-pkg.exe
|
|
|