diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-20 19:26:50 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-03-20 19:26:50 +0000 |
commit | a10fb30157deb421b1f7f7620ce938bae1710b5c (patch) | |
tree | a2034e972283aed19df2c67d2668c90858f9118e /hints | |
parent | e59986774925a07e1babfa0ec18cd5d7e7159612 (diff) | |
download | perl-a10fb30157deb421b1f7f7620ce938bae1710b5c.tar.gz |
Bump version for 5.21.11 (if that happens)
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 737de85a67..a9e8982e67 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.21.10 +# mkdir -p /opt/perl-catamount/lib/perl5/5.21.11 # 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.21.10 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.21.11 # 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 |