diff options
author | Sawyer X <xsawyerx@cpan.org> | 2017-04-19 16:22:20 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2017-04-19 16:22:30 +0200 |
commit | 770893ce2d9d8fa92cbb07647d1aa0e8fbb27735 (patch) | |
tree | 85e3d493198c0dec5cf183088dbb5eee06850f8f /hints | |
parent | 3b48fd33c8ddc8d8c029a8b2c62f9940fd891f4b (diff) | |
download | perl-770893ce2d9d8fa92cbb07647d1aa0e8fbb27735.tar.gz |
Version debump: 5.26.0 -> 5.25.12
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 d682a84223..eb0b7c09da 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.26.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.12 # 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.26.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.12 # 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 |