* bootstrap.conf (bootstrap_epilogue): Add the recommended perl
one-liner.
---
bootstrap.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bootstrap.conf b/bootstrap.conf
index e3eab52..4a45c26 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -99,6 +99,8 @@ checkout_only_file=README-dev
bootstrap_epilogue()
{
+ perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
+
# Install our git hooks, as long as "cp" accepts the --backup option,
# so that we can back up any existing files.
case $(cp --help) in *--backup*) backup=1;; *) backup=0;; esac
--
2.53.0