diff options
author | Sawyer X <xsawyerx@cpan.org> | 2017-03-20 22:51:40 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2017-03-20 22:51:40 +0100 |
commit | 54a814f4855172034d2894fae446af0ba1a25082 (patch) | |
tree | 8ca8fce03b228af083bb8f8ab24b0d6b8a794dc7 /hints | |
parent | d5c7a4fc18f36e8d932049702ef25626b2533916 (diff) | |
download | perl-54a814f4855172034d2894fae446af0ba1a25082.tar.gz |
Version bump: 5.25.11 -> 5.26.0
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 af93cf8fbd..d682a84223 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.11 +# mkdir -p /opt/perl-catamount/lib/perl5/5.26.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.25.11 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.26.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 |