diff options
author | Chad Granum <exodist7@gmail.com> | 2016-11-20 14:02:47 -0800 |
---|---|---|
committer | Chad Granum <exodist7@gmail.com> | 2016-11-20 14:02:47 -0800 |
commit | 23cf469fd8026b62b45e14a24c709d4edfb7f451 (patch) | |
tree | d331cc366dba9b77048bf45b0d47272dc2d6fa19 /hints/catamount.sh | |
parent | 733dba2bbb7bed4c442a3eb17967f6ac9d1671e7 (diff) | |
download | perl-23cf469fd8026b62b45e14a24c709d4edfb7f451.tar.gz |
Bump the perl version in various places for 5.25.8
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 a11de23f71..3a0ca1bba3 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.7 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.8 # 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.7 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.8 # 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 |