diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-09-20 15:01:41 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-09-20 15:01:41 +0100 |
commit | d65703a771c14125e0c755e59b412c038c0febee (patch) | |
tree | 094cb73da5cb98587b4263225dac9c858265ad86 /hints/catamount.sh | |
parent | 8c8d6154a0fa37d1fdd0d5b1540f388bebb4e201 (diff) | |
download | perl-d65703a771c14125e0c755e59b412c038c0febee.tar.gz |
Bump version to 5.21.5
Diffstat (limited to 'hints/catamount.sh')
-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 ac118ddd88..d4fa7d6117 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.4 +# mkdir -p /opt/perl-catamount/lib/perl5/5.21.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.21.4 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.21.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 |