This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a8a59
)
Haiku use finddir for default prefix in hints
author
Thibault DUPONCHELLE
<thibault.duponchelle@gmail.com>
Sat, 13 Jun 2020 14:42:57 +0000
(16:42 +0200)
committer
Karl Williamson
<khw@cpan.org>
Thu, 30 Jul 2020 22:11:23 +0000
(16:11 -0600)
hints/haiku.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/haiku.sh
b/hints/haiku.sh
index
806d3ca
..
9e2f447
100644
(file)
--- 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