diff options
author | Ricardo Signes <rjbs@cpan.org> | 2016-04-07 08:27:26 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2016-04-10 19:38:00 -0400 |
commit | d0e2a40203b752aa0fc40a2adb029ce793ff0f62 (patch) | |
tree | 847eee9380acbb004790f845f9349c0478479745 /hints | |
parent | 276861fa3fbe1db0d7db262ff56709e58754bc58 (diff) | |
download | perl-d0e2a40203b752aa0fc40a2adb029ce793ff0f62.tar.gz |
version bump: this is now v5.24.0-RC0!
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 e66d684e19..b7ea2ffca5 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.10 +# mkdir -p /opt/perl-catamount/lib/perl5/5.24.0 # 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.10 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.24.0 # 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 |