diff options
author | Aaron Crane <arc@cpan.org> | 2013-01-20 19:28:58 +0000 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2013-01-20 19:28:58 +0000 |
commit | 0133a0a987380904c32bfbd5a0540fbd2f9a8056 (patch) | |
tree | b3f2ff7140e0f66e87948495a93b803d50986ef4 /hints/catamount.sh | |
parent | 197187307d85001be351b4b2e2b4661e9464bf55 (diff) | |
download | perl-0133a0a987380904c32bfbd5a0540fbd2f9a8056.tar.gz |
Bump the Perl version in various places for 5.17.9
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 7ab9e11fbe..3a4b02387a 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.8 +# mkdir -p /opt/perl-catamount/lib/perl5/5.17.9 # 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.8 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.9 # 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 |