summaryrefslogtreecommitdiff
path: root/distrib/MacOS/installer-scripts/relocate
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/MacOS/installer-scripts/relocate')
-rw-r--r--distrib/MacOS/installer-scripts/relocate14
1 files changed, 0 insertions, 14 deletions
diff --git a/distrib/MacOS/installer-scripts/relocate b/distrib/MacOS/installer-scripts/relocate
deleted file mode 100644
index 664255297a..0000000000
--- a/distrib/MacOS/installer-scripts/relocate
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# Post install script that relocates the GHC installation to a /usr tree rooted
-# GHC framework's versioned contents folder.
-
-INSTALL_DIR=`pwd`
-CONTENTS_FOLDER_PATH=GHC.framework/Versions/Current
-
-cd ${CONTENTS_FOLDER_PATH}/ghc; \
- ./configure --prefix=${INSTALL_DIR}/${CONTENTS_FOLDER_PATH}/usr
-cd ${CONTENTS_FOLDER_PATH}/ghc; \
- make install
-
-# TODO: remove the binary dist tree \ No newline at end of file