diff options
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |