diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-11-20 19:35:00 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-11-20 19:35:00 -0500 |
commit | 0af431d354c3a5b78e68b53f23008eea39a05452 (patch) | |
tree | 5d3da384c2e321c47a58a1c66aadf9887621128a /hints | |
parent | e14ac59b1f12d6412ecee37aa9ae5aee70a9fddc (diff) | |
download | perl-0af431d354c3a5b78e68b53f23008eea39a05452.tar.gz |
bump version to 5.17.7
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 0259892825..e243c8dff4 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.17.6 +# mkdir -p /opt/perl-catamount/lib/perl5/5.17.7 # 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.17.6 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.7 # 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 |