diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-05-08 07:44:44 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-05-09 07:53:22 -0400 |
commit | 2bd5e579211864414eece8d9f36cd46cef570cf7 (patch) | |
tree | a74c2246fc33fe849b7ebbbe550a05c1bdba9e82 /hints | |
parent | 2c5484a6fb758fd9bd9f56d504186972d12dd338 (diff) | |
download | perl-2bd5e579211864414eece8d9f36cd46cef570cf7.tar.gz |
bump version to v5.25.1: now open for business
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 5be3a089de..50cc85f443 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.25.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.1 # 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.25.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.1 # 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 |