diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-20 14:15:33 -0500 |
commit | eab084107646a52141d7b67173bd5d1e2453b481 (patch) | |
tree | c1ad3f442458f83eb1cae43895ee8b1d9253cd24 /hints | |
parent | 8401756a684d88c1d16c50e389620f53b4ac10aa (diff) | |
download | perl-eab084107646a52141d7b67173bd5d1e2453b481.tar.gz |
Bump to 5.11.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 dd13f1a8a7..7017a5d293 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.11.2 +# mkdir -p /opt/perl-catamount/lib/perl5/5.11.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.11.2 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.11.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 |