diff options
author | reneeb <info@perl-services.de> | 2018-02-20 22:41:22 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-03-02 20:11:23 +0200 |
commit | 131b79bf3d1612cf30cc5e3a63c01e8ce2ab4ef6 (patch) | |
tree | 5e7266b9ac074ef811365e38ff44f49e2132e981 /hints | |
parent | da251d45ad52f4ce115697ec716a0628745a9c47 (diff) | |
download | perl-131b79bf3d1612cf30cc5e3a63c01e8ce2ab4ef6.tar.gz |
Bump 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 703f53b148..ff1762b1e4 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.27.9 +# mkdir -p /opt/perl-catamount/lib/perl5/5.27.10 # 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.27.9 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.27.10 # 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 |