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