Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:6740c9ed5e6e8bb193f983179adfdb639f9486db
Author...:Collin Funk
Committer:Collin Funk
Date.....:Tue Mar 17 18:02:02 2026 -0700
Parents..:c588141db8f4382a65cae70c7643d79fd0743b0c

Message
maint: substitute @PACKAGE@ with the package name in README-release

* bootstrap.conf (bootstrap_epilogue): Add the recommended perl
one-liner.

Changes
diff --git a/bootstrap.conf b/bootstrap.conf
line changes: +2/-0
index e3eab52..4a45c26
--- 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

This website is licensed under AGPL-3.0. Feel free to copy!