diff options
author | Dave Rolsky <autarch@urth.org> | 2012-12-18 16:21:42 -0600 |
---|---|---|
committer | Dave Rolsky <autarch@urth.org> | 2012-12-18 16:21:42 -0600 |
commit | f01c5b18142fb9b5d4b8b9d18566034c919ada9e (patch) | |
tree | d62c39f2fa9f3f6a876fe4f4c9fba990a4cf9bbc /hints | |
parent | 6253ee7593dd81328313bae2d2a890185f07b3da (diff) | |
download | perl-f01c5b18142fb9b5d4b8b9d18566034c919ada9e.tar.gz |
Bump the perl version in various places for 5.17.8
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 e243c8dff4..7ab9e11fbe 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.17.7 +# mkdir -p /opt/perl-catamount/lib/perl5/5.17.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.17.7 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.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 |