diff options
author | Stevan Little <stevan@cpan.org> | 2016-09-24 21:57:41 +0200 |
---|---|---|
committer | Stevan Little <stevan@cpan.org> | 2016-09-24 21:57:41 +0200 |
commit | 3a8d060ef40cd6cd1cd11d44c168cfcc863fcc02 (patch) | |
tree | c95aa10a316b3fd467ba72c39e62ed5ba8a9551b /hints | |
parent | 3c42ae191246d30bbd011647210be51680d7cea0 (diff) | |
download | perl-3a8d060ef40cd6cd1cd11d44c168cfcc863fcc02.tar.gz |
bumping the version number
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 f4ee070a46..74d095aea2 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.25.5 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.6 # 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.25.5 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.6 # 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 |