diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:45:11 +0100 |
commit | 20a372dd3af0f5514aa5ab9f401ecbfacf31773e (patch) | |
tree | 9b8deb19df5ef33a213d55490fa8cf6a1b7e0096 /hints | |
parent | b3b1f4cbdf866b01b788f5c540305604818ca3ea (diff) | |
download | perl-20a372dd3af0f5514aa5ab9f401ecbfacf31773e.tar.gz |
Bump the perl version in various places for 5.13.2
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 00a5fccd8a..c203aa06fb 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.13.1 +# mkdir -p /opt/perl-catamount/lib/perl5/5.13.2 # 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.13.1 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.13.2 # 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 |