abuild: remove "added pkgconfig (found /usr/lib/pkgconfig)" message
This commit is contained in:
parent
b4c8ef7dad
commit
fede6d1161
@ -1001,7 +1001,6 @@ trace_apk_deps() {
|
|||||||
# add pkgconfig if usr/lib/pkgconfig is found
|
# add pkgconfig if usr/lib/pkgconfig is found
|
||||||
if [ -d "$pkgbasedir"/$name/usr/lib/pkgconfig ] \
|
if [ -d "$pkgbasedir"/$name/usr/lib/pkgconfig ] \
|
||||||
&& ! grep -q '^depend = pkgconfig' "$dir"/.PKGINFO; then
|
&& ! grep -q '^depend = pkgconfig' "$dir"/.PKGINFO; then
|
||||||
msg " added pkgconfig (found /usr/lib/pkgconfig)"
|
|
||||||
autodeps="$autodeps pkgconfig"
|
autodeps="$autodeps pkgconfig"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user