diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2015-07-20 16:03:51 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2015-07-20 16:03:51 -0400 |
commit | 430812d753cb6126658aa5764d72c857935e7552 (patch) | |
tree | 0b90373f4fd356a23e5a1760e9b42c82a368b905 /hints | |
parent | cf73cedaf40b99f39f3b4c5d0fa1aa0f125c73e3 (diff) | |
download | perl-430812d753cb6126658aa5764d72c857935e7552.tar.gz |
Bump version to 5.23.2
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 950476b90a..9bedff9cd5 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.23.1 +# mkdir -p /opt/perl-catamount/lib/perl5/5.23.2 # 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.23.1 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.23.2 # 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 |