diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-20 23:00:21 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-02-20 23:00:21 +0000 |
commit | a52df73496566f14fe84281c0f9106ad423eecb2 (patch) | |
tree | c9dc0ccc204a84f7cb2a678fbd05ff869eb2f066 /hints | |
parent | 5a6a30f477fc0b0982c0ec65f398c6bced91cc66 (diff) | |
download | perl-a52df73496566f14fe84281c0f9106ad423eecb2.tar.gz |
Bump to v5.17.10
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 3a4b02387a..0f745c147c 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.9 +# mkdir -p /opt/perl-catamount/lib/perl5/5.17.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.17.9 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.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 |