From 8f27791ce2604151026a5045d4c40331bb5cc2ca Mon Sep 17 00:00:00 2001 From: Ethan Date: Sat, 10 Aug 2024 12:40:46 -0500 Subject: [PATCH] ghc: add FIXME --- langs/ghc/build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/langs/ghc/build b/langs/ghc/build index 85312a83..0de26df8 100755 --- a/langs/ghc/build +++ b/langs/ghc/build @@ -8,4 +8,10 @@ sed -e 's/unknown/pc/g' llvm-targets > _ mv -f _ llvm-targets +# FIXME: currently this package is broken, since we cannot specify +# the DESTDIR. prefix here is meant to just be '/usr/' not +# the hack we currently have. + +# I think that it should be possible to create a bindist, then copy +# said bindist over to the appropriate directory ./hadrian/build install --prefix="$1/usr" -j --flavour=quickest+no_profiled_libs --docs=none --skip-depends