diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-20 23:53:22 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-20 23:53:22 +0100 |
commit | eaf932ab20d5d50a1bb0904d6a41a4af99081b08 (patch) | |
tree | c1830fb3b18f77cb09f984bdf0dde6fbf7df3d13 /hints | |
parent | b6af474d741b08afa79ec921a8b0d32f2b85c87c (diff) | |
download | perl-eaf932ab20d5d50a1bb0904d6a41a4af99081b08.tar.gz |
Bump version to 5.23.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 f95eabc9d5..21dc9475f9 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.23.4 +# mkdir -p /opt/perl-catamount/lib/perl5/5.23.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.23.4 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.23.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 |