diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-08-20 22:07:30 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-08-20 22:07:30 +0100 |
commit | 4aefb364922503a4a18d813eea9d81164ef6c813 (patch) | |
tree | b597cb22bb8145a9a975e902f4b06f27ad88eea2 /hints | |
parent | be2932939b2890fc4ea4e27b2ce6df5f7264d196 (diff) | |
download | perl-4aefb364922503a4a18d813eea9d81164ef6c813.tar.gz |
Bump the perl version in various places for v5.25.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 2a177c662c..f4ee070a46 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.25.4 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.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.25.4 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.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 |