diff options
author | David Golden <dagolden@cpan.org> | 2010-07-19 22:04:38 -0700 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-07-19 22:04:38 -0700 |
commit | 75584f80c6a7b97ddbd51dccd95f0694575be335 (patch) | |
tree | cf968e8fc57c56800668ba731197cc6af772ce7c /hints | |
parent | 52143fbb9d625195866dfd908e7e2ed2c9492c50 (diff) | |
download | perl-75584f80c6a7b97ddbd51dccd95f0694575be335.tar.gz |
Bump the perl version to 5.13.3
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 c203aa06fb..f8eb7c093a 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.2 +# mkdir -p /opt/perl-catamount/lib/perl5/5.13.3 # 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.2 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.13.3 # 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 |