summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorThibault DUPONCHELLE <thibault.duponchelle@gmail.com>2020-06-13 16:42:57 +0200
committerKarl Williamson <khw@cpan.org>2020-07-30 16:11:23 -0600
commit9a2d423bf2574bc422a224b0042011206251ce19 (patch)
tree980b1fffdb9b3d1f76e956076c25c8b029fc5893 /hints
parent04a8a59a4fcff2cbf896c632234434bcf26ff349 (diff)
downloadperl-9a2d423bf2574bc422a224b0042011206251ce19.tar.gz
Haiku use finddir for default prefix in hints
Diffstat (limited to 'hints')
-rw-r--r--hints/haiku.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/haiku.sh b/hints/haiku.sh
index 806d3ca7c1..9e2f4473e6 100644
--- a/hints/haiku.sh
+++ b/hints/haiku.sh
@@ -2,7 +2,7 @@
# $Id$
case "$prefix" in
-'') prefix="/boot/common" ;;
+'') prefix="$(finddir B_COMMON_DIRECTORY)" ;;
*) ;; # pass the user supplied value through
esac