summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2019-01-20 04:12:20 +0100
committerAbigail <abigail@abigail.be>2019-01-20 04:12:20 +0100
commit84a028ef5433b2dbbb52bbecfb1c944232f1b8b4 (patch)
tree3f641e41b7dba2b2e787f7faca0738a9e19eeabf /hints
parent65c75f8f142177469b7c0301202f956e040fc50d (diff)
downloadperl-84a028ef5433b2dbbb52bbecfb1c944232f1b8b4.tar.gz
Bump the perl version in various places for 5.29.8
Diffstat (limited to 'hints')
-rw-r--r--hints/catamount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh
index 81641ce774..d9ecc7426b 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.29.7
+# mkdir -p /opt/perl-catamount/lib/perl5/5.29.8
# 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.29.7
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.29.8
# 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