From ca745aebde43eda587b97e7b5c9d6b138d79627e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Sep 2014 12:12:25 +0200 Subject: sync (7:8): move a comment --- pkgconfigdeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgconfigdeps.sh b/pkgconfigdeps.sh index 4d9429d..08713be 100755 --- a/pkgconfigdeps.sh +++ b/pkgconfigdeps.sh @@ -21,9 +21,9 @@ case $1 in while read filename ; do case "${filename}" in *.pc) + # Query the dependencies of the package. DIR="`dirname ${filename}`" export PKG_CONFIG_PATH="$DIR:$DIR/../../share/pkgconfig" - # Query the dependencies of the package. $pkgconfig --print-errors --print-provides $filename | while read n r v ; do # We have a dependency. Make a note that we need the pkgconfig # tool for this package. -- cgit v1.2.1