diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 16:57:56 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 16:57:56 +0000 |
commit | b153a01beca47bbf1ba2cfa7e3201ae1a16f2416 (patch) | |
tree | 6e2433247043a4b5755a5037e690406ace028acb /lang/nhc98/files/patch-script::confhat | |
parent | Update to 4.9.2 (diff) |
Update to 1.12
Unbreak for -current
PR: 36139
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | lang/nhc98/files/patch-script::confhat | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/nhc98/files/patch-script::confhat b/lang/nhc98/files/patch-script::confhat new file mode 100644 index 000000000000..b117588b0dfb --- /dev/null +++ b/lang/nhc98/files/patch-script::confhat @@ -0,0 +1,9 @@ +--- script/confhat.orig Wed Mar 20 12:03:42 2002 ++++ script/confhat Wed Mar 20 12:35:43 2002 +@@ -14,5 +14,5 @@ + + cp -p lib/$MACHINE/libHShat.a $GHCLIBDIR + cp -p lib/hat/*.hi lib/hat/*.hx $GHCINCDIR/hat +-ghc-pkg --remove-package=hat || /bin/true ++ghc-pkg --remove-package=hat || /usr/bin/true + ghc-pkg --add-package <lib/hat/hat-package.conf |