summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorZak B. Elep <zakame@zakame.net>2019-03-21 23:08:29 +0800
committerZak B. Elep <zakame@zakame.net>2019-03-21 23:08:29 +0800
commitb8e681e2bb3967c248f9bb526f00456e4b2c1f59 (patch)
tree15c7fa34e55039807e0ecf8adf8688449465d6c8 /hints
parentab6f2e9176184203790de9dc2ebeb0a05164705b (diff)
downloadperl-b8e681e2bb3967c248f9bb526f00456e4b2c1f59.tar.gz
Bump the perl version in various places for 5.29.10
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 dbefd2daba..477a674e29 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.9
+# mkdir -p /opt/perl-catamount/lib/perl5/5.29.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.29.9
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.29.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