mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-26 00:42:22 +00:00
abuild: fix whitespace before EOL
This commit is contained in:
parent
b849aae4b9
commit
30a60d4523
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user