patch-mk_install_mk_in 490 B

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