From 17523961f21f07574382889510584540f3e8cb75 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20F=C3=A4rber?= <andreas.faerber@web.de>
Date: Wed, 21 Apr 2010 19:37:59 +0200
Subject: [PATCH 6/6] Install haikuish.h
---
installperl | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/installperl b/installperl
index f0c8a70..492b9dc 100755
|
a
|
b
|
elsif ($Is_Cygwin) { # On Cygwin symlink it to CORE to make Makefile happy |
| 402 | 402 | mkpath("$installarchlib/CORE/mpeix", $opts{verbose}, 0777); |
| 403 | 403 | push(@corefiles,'mpeix/mpeixish.h'); |
| 404 | 404 | } |
| | 405 | if ($^O eq 'haiku') { |
| | 406 | # Haiku needs haikuish.h installed as well. |
| | 407 | mkpath("$installarchlib/CORE/haiku", $opts{verbose}, 0777); |
| | 408 | push(@corefiles,'haiku/haikuish.h'); |
| | 409 | } |
| 405 | 410 | # If they have built sperl.o... |
| 406 | 411 | push(@corefiles,'sperl.o') if -f 'sperl.o'; |
| 407 | 412 | } |