diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-09-20 17:55:41 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-09-20 17:55:41 +0100 |
commit | 37a44ba6c2566fc801b72129645914261a7af2df (patch) | |
tree | 90a0dc1c25332cc1a0a726b80533a66e058df3d0 /hints | |
parent | 09f4604ff4756995eb39f423365303d8aa104696 (diff) | |
download | perl-37a44ba6c2566fc801b72129645914261a7af2df.tar.gz |
Bump version for 5.19.5
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 4675564b88..02e3cb17f9 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.19.4 +# mkdir -p /opt/perl-catamount/lib/perl5/5.19.5 # 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.19.4 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.19.5 # 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 |