diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-06-27 00:37:51 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-06-27 00:37:51 +0300 |
commit | e3f7583fd60d4ae843221b635b7c9b8b1c86cdba (patch) | |
tree | bedf92b4cac9cfbbc18c2c83e935633da7ccc444 /hints | |
parent | 1060c83cecf351255b3fc4646e00dc47481aa668 (diff) | |
download | perl-e3f7583fd60d4ae843221b635b7c9b8b1c86cdba.tar.gz |
bump version for 5.29.1
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 9fcb497436..76a6ff7f0c 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.29.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.29.1 # 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.29.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.29.1 # 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 |