diff options
author | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-02-20 16:32:01 +1100 |
commit | 97d03b5788ee6f8a1fcf924ccabe0de7894b5df6 (patch) | |
tree | 83406c28174f70163d95a407fb3e6515acf253b9 /hints | |
parent | 10819dab2a129e5d412f8beca07d50456ed1c306 (diff) | |
download | perl-97d03b5788ee6f8a1fcf924ccabe0de7894b5df6.tar.gz |
bump to version 5.19.10 and fix the version number reference in op.c
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 69b4c29af3..fe0b758e13 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.9 +# mkdir -p /opt/perl-catamount/lib/perl5/5.19.10 # 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.9 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.19.10 # 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 |