diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 18:43:57 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 18:43:57 -0500 |
commit | 01f49271dbf70e74558eb82ab01925a981bf7e67 (patch) | |
tree | 50d2b2d6e618acf7ea3504ec8521c27b004b480c /hints/catamount.sh | |
parent | 455d90333d711fa09eaa6dbc81d437cdac3723d0 (diff) | |
download | perl-01f49271dbf70e74558eb82ab01925a981bf7e67.tar.gz |
bump version for 5.11.4
Diffstat (limited to 'hints/catamount.sh')
-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 7017a5d293..30bb0e1e05 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.3 +# mkdir -p /opt/perl-catamount/lib/perl5/5.11.4 # 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.3 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.11.4 # 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 |