diff options
author | John SJ Anderson <genehack@genehack.org> | 2017-09-20 15:27:28 -0700 |
---|---|---|
committer | John SJ Anderson <genehack@genehack.org> | 2017-09-20 15:46:13 -0700 |
commit | 1967e4078fc58b815297507a9bd9fc1f9bb34f9e (patch) | |
tree | 07ceb9f49a8197e9b39d507e8c21a7de9d4fb5fa /hints | |
parent | a8ba758dd5059433a645c02519c488320cd39cff (diff) | |
download | perl-1967e4078fc58b815297507a9bd9fc1f9bb34f9e.tar.gz |
Bump perl version to 5.27.5, including Module::CoreList bits
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index f8643c518c..fa9089495c 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -31,11 +31,11 @@ # mkdir -p /opt/perl-catamount # mkdir -p /opt/perl-catamount/include # mkdir -p /opt/perl-catamount/lib -# mkdir -p /opt/perl-catamount/lib/perl5/5.27.4 +# mkdir -p /opt/perl-catamount/lib/perl5/5.27.5 # mkdir -p /opt/perl-catamount/bin # cp *.h /opt/perl-catamount/include # cp libperl.a /opt/perl-catamount/lib -# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.27.4 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.27.5 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib # # With the headers and the libperl.a you can embed Perl to your Catamount |