diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-05-05 21:37:59 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-05-08 20:19:40 -0400 |
commit | e2710a4bfcec699f2cbbfac974ba623f464bcb50 (patch) | |
tree | df99aded760e490cd30b4cb8653ed98a2c83cde3 /hints | |
parent | 829a2d809bd01eb5fd391cdf869ac2d1c5a85c2b (diff) | |
download | perl-e2710a4bfcec699f2cbbfac974ba623f464bcb50.tar.gz |
bump version to v5.22.0 with Porting/bump-perl-version
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 c1a374fbc6..d9b4fd9dd0 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.21.12 +# mkdir -p /opt/perl-catamount/lib/perl5/5.22.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.21.12 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.22.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 |