diff options
-rw-r--r-- | brep/handler/upload/upload-bindist.in | 4 |
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 |