diff options
author | Tatsuhiko Miyagawa <miyagawa@bulknews.net> | 2010-10-20 15:55:11 -0700 |
---|---|---|
committer | Tatsuhiko Miyagawa <miyagawa@bulknews.net> | 2010-10-20 15:56:07 -0700 |
commit | 7dffbb6a6e777ec59d29f6802b76bf34e68e8146 (patch) | |
tree | c460e7d306ae62630587011a906b3511ec6b0cbe /hints | |
parent | b141c43c04aa77df154811acd708b7b951e3963d (diff) | |
download | perl-7dffbb6a6e777ec59d29f6802b76bf34e68e8146.tar.gz |
Bump version to 5.13.6
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 58e4a0f3f3..4c9d41f990 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.13.5 +# mkdir -p /opt/perl-catamount/lib/perl5/5.13.6 # 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.13.5 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.13.6 # 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 |