diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-03-09 23:41:46 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-03-20 14:58:37 +0100 |
commit | c3c50a5a932e0a38b0e9dcbd324c27279e82557c (patch) | |
tree | 9adc848f237dc7b383b7f056442607d72ef901a6 /hints/catamount.sh | |
parent | f4d8fa6b1a34a0d395bede6b64af07f70dc1fc5a (diff) | |
download | perl-c3c50a5a932e0a38b0e9dcbd324c27279e82557c.tar.gz |
Bump the perl version for 5.13.11
Diffstat (limited to 'hints/catamount.sh')
-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 35ecf22344..5cdccaf1a4 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.10 +# mkdir -p /opt/perl-catamount/lib/perl5/5.13.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.13.10 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.13.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 |