diff options
author | Florian Ragwitz <rafl@debian.org> | 2012-09-19 16:23:12 -0400 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2012-09-19 20:53:14 -0400 |
commit | 36672c259f294d48bfc86febe9d2a9cbe7ba9e41 (patch) | |
tree | 2bc26fd835b9a7456efe2d2c197ef66fba7cf9e9 /hints | |
parent | 5d8c8c8a00421e3ae2b8c9a8a0b46c21a04ce04c (diff) | |
download | perl-36672c259f294d48bfc86febe9d2a9cbe7ba9e41.tar.gz |
Bump the perl version to 5.17.5
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 ade26de2c3..6f70705da1 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.4 +# mkdir -p /opt/perl-catamount/lib/perl5/5.17.5 # 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.4 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.5 # 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 |