diff --git a/abuild.in b/abuild.in index 159c98d..733de05 100644 --- a/abuild.in +++ b/abuild.in @@ -698,7 +698,7 @@ postcheck() { # look for static archives if ! is_static_pkg "$name"; then for i in $(find "$dir"/lib "$dir"/usr/lib -name '*.a' 2>/dev/null); do - warning "Found static archive on ${i##*$dir/} but name doesn't end with -static" + warning "Found static archive on ${i##*$dir/} but name doesn't end with -static" done fi # look for /usr/share/doc