diff options
author | Sawyer X <xsawyerx@cpan.org> | 2017-05-31 03:15:07 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2017-05-31 03:15:07 +0200 |
commit | 6612e40e10b3b87f34a7dcfa76ec8f231f3266ce (patch) | |
tree | 23169f8fe227d293b005749efcba6f13cb80b793 /hints/catamount.sh | |
parent | c35a148e6f46fa140ca88eebb5aac32b24eebf75 (diff) | |
download | perl-6612e40e10b3b87f34a7dcfa76ec8f231f3266ce.tar.gz |
Bump version: 5.26.0 -> 5.27.0, including fixes
Diffstat (limited to 'hints/catamount.sh')
-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 d682a84223..5ad2592284 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.26.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.27.0 # 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.26.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.27.0 # 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 |