Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 0528bfbb6c3e841ef5335878e864e81d > files > 18

rpm-4.14.2.1-13.mga7.src.rpm

--- ./scripts/pkgconfigdeps.sh	2014-09-09 15:39:08.000000000 +0200
+++ ./scripts/pkgconfigdeps.sh	2014-09-10 11:35:04.336816704 +0200
@@ -41,7 +41,7 @@
     case "${filename}" in
     *.pc)
 	i="`expr $i + 1`"
-	[ $i -eq 1 ] && echo "$pkgconfig"
+	[ $i -eq 1 ] && echo "pkgconfig"
 	DIR="`dirname ${filename}`"
 	export PKG_CONFIG_PATH="$DIR:$DIR/../../share/pkgconfig"
 	$pkgconfig --print-requires --print-requires-private "$filename" 2> /dev/null | while read n r v ; do