diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-10-18 11:21:09 -0700 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-10-20 12:18:33 -0700 |
commit | 29c11e7b21dabe5d76aa6a0f7d181c827fa8a737 (patch) | |
tree | 7d31d93b4342621989103e26c7ac4374ca863802 /hints | |
parent | 9eb1e3e2e794f19d37311942ae3991ffef82899c (diff) | |
download | perl-29c11e7b21dabe5d76aa6a0f7d181c827fa8a737.tar.gz |
Bump the perl version in various places for 5.15.4
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 7d4159b8b1..bf189558b7 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.15.3 +# mkdir -p /opt/perl-catamount/lib/perl5/5.15.4 # 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.15.3 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.15.4 # 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 |