diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-10-19 15:19:45 -0300 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-10-19 15:19:45 -0300 |
commit | 2da5678247ccadc19e688ade8da3bdb6e9f7f31a (patch) | |
tree | 9da7e25fbce071a6e0cec6cd359e0e28584e0a62 /hints | |
parent | 7e7cfa2d07e3a40ed787acb5853024208628d570 (diff) | |
download | perl-2da5678247ccadc19e688ade8da3bdb6e9f7f31a.tar.gz |
Bump the version to 5.17.6
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 6f70705da1..0259892825 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.5 +# mkdir -p /opt/perl-catamount/lib/perl5/5.17.6 # 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.5 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.6 # 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 |