megatools: siwtch from experimental to stable 1.11.0
[kiss-trunc88.git] / ghc-bin / build
blob3098c353a5b1e3586d4086c1227148d472a1e27e
1 #!/bin/sh -e
3 mkdir -p "$1/usr"
5 cp -r bin "$1/usr"
6 cp -r include "$1/usr"
7 cp -r lib "$1/usr"
8 cp settings "$1/usr/lib/"
10 # These are provided by libffi.
11 rm -f "$1/usr/lib/libffi.so" \
12 "$1/usr/include/ffitarget.h" \
13 "$1/usr/include/ffi.h"
15 install -Dm755 ghci "$1/usr/bin"