12345678910111213 |
- $OpenBSD: patch-mk_install_mk_in,v 1.2 2014/11/22 20:23:23 kili Exp $
- --- mk/install.mk.in.orig Thu Jul 10 06:27:16 2014
- +++ mk/install.mk.in Mon Nov 3 18:47:00 2014
- @@ -105,7 +105,7 @@ else
- # to be in the same place (and things like ghc-pkg need to agree on
- # where package.conf is, so we just set it globally).
- #
- -ghclibdir = $(libdir)/$(CrossCompilePrefix)ghc-$(ProjectVersion)
- +ghclibdir = $(libdir)/$(CrossCompilePrefix)ghc
- ghcdocdir = $(datarootdir)/doc/ghc
- endif
-
|