summarylogtreecommitdiffstats
path: root/ghcup-hs-bin.install
diff options
context:
space:
mode:
authoramesgen2020-04-30 05:50:51 +0200
committeramesgen2020-04-30 05:50:51 +0200
commit1b349160f6560a9207803245a56e30562f2c893e (patch)
tree52992e190915bec3a79dc62d2a4c2c82f939089c /ghcup-hs-bin.install
parent433f7198a5eb57adb69bffd1290b6c755bfeac43 (diff)
downloadaur-1b349160f6560a9207803245a56e30562f2c893e.tar.gz
update to 0.1.5
Diffstat (limited to 'ghcup-hs-bin.install')
-rw-r--r--ghcup-hs-bin.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/ghcup-hs-bin.install b/ghcup-hs-bin.install
index d786cf72a0eb..930f8c72a75f 100644
--- a/ghcup-hs-bin.install
+++ b/ghcup-hs-bin.install
@@ -1,5 +1,6 @@
post_install() {
echo
- echo 'NOTE: ghcup requires ~/.ghcup/bin to be in your PATH'
+ echo 'NOTE: ghcup requires $GHCUP_INSTALL_BASE_PREFIX/.ghcup/bin to be in your PATH'
+ echo 'NOTE: By default, $GHCUP_INSTALL_BASE_PREFIX == $HOME'
echo
}