summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-10-13 10:39:44 -0700
committerWayne Davison <wayne@opencoder.net>2021-10-13 10:39:44 -0700
commit0f87eafa2fa2379901762b8aa133f7074dbb2c0e (patch)
tree5b9cea64b18300da2decad866331ae19121b0da3 /packaging
parent3af00277eed3a805ea601476a701f05b11f441a0 (diff)
downloadrsync-0f87eafa2fa2379901762b8aa133f7074dbb2c0e.tar.gz
A couple minor tweaks.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/release-rsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/release-rsync b/packaging/release-rsync
index f7cfcfe5..fa1da234 100755
--- a/packaging/release-rsync
+++ b/packaging/release-rsync
@@ -53,7 +53,7 @@ def main():
doc_prefix = line.split('=')[1].strip()
if doc_prefix != '/usr':
warn(f"*** The documentation was built with prefix {doc_prefix} instead of /usr ***")
- warn("*** Read the md2man script for a way to override this. ***\n")
+ die("*** Read the md2man script for a way to override this. ***")
break
if line.startswith('.P'):
die("Failed to find the prefix comment at the start of the rsync.1 manpage.")