diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2015-08-20 12:09:57 -0400 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2015-08-20 12:09:57 -0400 |
commit | c0bc77316022ed60ccaa366ddcbc91002acbf40e (patch) | |
tree | 782808f6359547088f4e125edd2ebefb33607c85 /hints | |
parent | a43707ab8c84c15cd75cbc91ff1ff397152bcc0a (diff) | |
download | perl-c0bc77316022ed60ccaa366ddcbc91002acbf40e.tar.gz |
Bump the perl version in various places for 5.23.3.
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 9bedff9cd5..58dfc9f988 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.2 +# mkdir -p /opt/perl-catamount/lib/perl5/5.23.3 # 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.2 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.23.3 # 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 |