diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-05-20 09:15:02 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-20 09:15:02 -0400 |
commit | 483394c85ff7a2176750ef684131581da42b6e20 (patch) | |
tree | 2c3058c4b39835b254d5f1d7f8add6075179ddda /hints | |
parent | e285f503300a228c3a182c003fae51c7e73c16c3 (diff) | |
download | perl-483394c85ff7a2176750ef684131581da42b6e20.tar.gz |
bump version to 5.19.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 012474612f..d9574bdaa3 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.19.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.19.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.19.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.19.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 |