aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-09-08 12:12:25 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-09-09 15:06:24 +0200
commitca745aebde43eda587b97e7b5c9d6b138d79627e (patch)
tree63a0e01bd8f9e0128b0598bca09ec7debb6f7491
parentcea592b92aafca657076adf21bae2ffc570ceb95 (diff)
downloadrpm-setup-ca745aebde43eda587b97e7b5c9d6b138d79627e.tar
rpm-setup-ca745aebde43eda587b97e7b5c9d6b138d79627e.tar.gz
rpm-setup-ca745aebde43eda587b97e7b5c9d6b138d79627e.tar.bz2
rpm-setup-ca745aebde43eda587b97e7b5c9d6b138d79627e.tar.xz
rpm-setup-ca745aebde43eda587b97e7b5c9d6b138d79627e.zip
sync (7:8): move a comment
-rwxr-xr-xpkgconfigdeps.sh2
1 files changed, 1 insertions, 1 deletions
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.