diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-06-20 16:24:47 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-06-20 16:24:47 -0400 |
commit | 509df534834e71f111365120787a5970113173a5 (patch) | |
tree | a711e7810a2792234559931627955d2ea03ee792 /hints | |
parent | 7c499b7fd47e7232467f4cb7ffd590dc0edf2168 (diff) | |
download | perl-509df534834e71f111365120787a5970113173a5.tar.gz |
patchlevel: we are now perl v5.23.1
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 b67ea46a7a..950476b90a 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.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.23.1 # 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.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.23.1 # 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 |