13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
|
$OpenBSD: patch-mk_install_mk_in,v 1.1 2010/04/22 21:49:37 kili Exp $
|
||
|
--- mk/install.mk.in.orig Wed Mar 31 20:10:10 2010
|
||
|
+++ mk/install.mk.in Fri Apr 2 09:45:09 2010
|
||
|
@@ -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)/ghc-$(ProjectVersion)
|
||
|
+ghclibdir = $(libdir)/ghc
|
||
|
ghcdocdir = $(datarootdir)/doc/ghc
|
||
|
endif
|
||
|
|