diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 19:15:59 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 21:15:34 +0000 |
commit | 9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd (patch) | |
tree | a64e257eeec293ce28c9e09df0a6375ea526c5d1 /hints | |
parent | 61f382b094d5a22717284394e838695ee69de186 (diff) | |
download | perl-9c3c380d813ff0a7072f01b5e0109b7e21b8d0fd.tar.gz |
Bump to 5.12.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 2d4f90563e..409e3ba94c 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.5 +# mkdir -p /opt/perl-catamount/lib/perl5/5.12.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.11.5 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.12.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 |