summaryrefslogtreecommitdiffstats
path: root/abuild.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-05 12:16:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-05 12:16:39 +0000
commitfede6d1161acfcfe9e0f3fadeeb1a6e75021e037 (patch)
treea87f993f4ba601ab0103bc6bee5d84ec7139ebdd /abuild.in
parentb4c8ef7dadf851e07188ea5ef64922a6ee8158b5 (diff)
downloadabuild-fede6d1161acfcfe9e0f3fadeeb1a6e75021e037.tar.bz2
abuild-fede6d1161acfcfe9e0f3fadeeb1a6e75021e037.tar.xz
abuild: remove "added pkgconfig (found /usr/lib/pkgconfig)" message
Diffstat (limited to 'abuild.in')
-rw-r--r--abuild.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index 662a06f..5457b0d 100644
--- a/abuild.in
+++ b/abuild.in
@@ -1001,7 +1001,6 @@ trace_apk_deps() {
# add pkgconfig if usr/lib/pkgconfig is found
if [ -d "$pkgbasedir"/$name/usr/lib/pkgconfig ] \
&& ! grep -q '^depend = pkgconfig' "$dir"/.PKGINFO; then
- msg " added pkgconfig (found /usr/lib/pkgconfig)"
autodeps="$autodeps pkgconfig"
fi