diff options
author | Max Maischein <corion@corion.net> | 2013-03-22 10:42:10 +0100 |
---|---|---|
committer | Max Maischein <corion@corion.net> | 2013-03-22 10:42:10 +0100 |
commit | be5aa138f4be77abb4ff0c0cdc680ca2895b46f6 (patch) | |
tree | 17aae9b8e8563fcdfb01b4cb0c5d59713238192e /hints | |
parent | 337fb64908f85a0cdac8767d3dc5d7f709a70dd0 (diff) | |
download | perl-be5aa138f4be77abb4ff0c0cdc680ca2895b46f6.tar.gz |
Bump version to5.17.11
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 0f745c147c..463859d0bb 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.10 +# mkdir -p /opt/perl-catamount/lib/perl5/5.17.11 # 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.10 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.11 # 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 |