summaryrefslogtreecommitdiff
path: root/hints/catamount.sh
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-04-02 18:58:17 +0800
committerJesse Vincent <jesse@bestpractical.com>2011-04-02 18:58:17 +0800
commit88ea365576417b263eed614d4b3c1c4781b6544a (patch)
treea4d3c4c895002a18529dc6ecf84956e792435195 /hints/catamount.sh
parentd634733c523ec6f574382d9fe0682071a0aabbcd (diff)
downloadperl-88ea365576417b263eed614d4b3c1c4781b6544a.tar.gz
First provisional bump to 5.14.0-RC0
Diffstat (limited to 'hints/catamount.sh')
-rw-r--r--hints/catamount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh
index 5cdccaf1a4..ba9e2b26dd 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.13.11
+# mkdir -p /opt/perl-catamount/lib/perl5/5.14.0
# 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.13.11
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.14.0
# 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