aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-10-03 09:49:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-10-03 09:49:01 +0200
commit794bf3ecaf0ad4f1477444f668a085864dc8fae0 (patch)
tree63e41b8fd9fc302e32bd0040acbfb9dc0d00c411
parent06d14aee04d9a740c1410103d6f9d0f34726317c (diff)
-rw-r--r--brep/handler/upload/upload-bindist.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/handler/upload/upload-bindist.in b/brep/handler/upload/upload-bindist.in
index ce46e8c..05d0bcf 100644
--- a/brep/handler/upload/upload-bindist.in
+++ b/brep/handler/upload/upload-bindist.in
@@ -246,7 +246,7 @@ fi
cpu="$(sed -n -re 's/^([^-]+)-.+/\1/p' <<<"$target")"
if [[ -z "$cpu" ]]; then
- error "CPU expected in target '$target'"
+ error "CPU expected in target triplet '$target'"
fi
# Use CPU extracted from the target triplet as a distribution-specific
@@ -325,7 +325,7 @@ fi
# Parse the package file manifest list and cache the file paths.
#
# While at it, detect if the package is architecture-specific or not by
-# checking if any package file name contains the distribution-specific CPU
+# checking if any package file names contain the distribution-specific CPU
# representation (as a sub-string).
#
# Note that while we currently only need the package file paths, we can make