X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=autobuild.git;a=blobdiff_plain;f=lib%2FsetPath.bash;h=057a0f40541b75fd7a193159e4f2edcbe4adea9f;hp=f41363fb9deba77bad72095311870c2ca031f437;hb=eef2f30e6648cad5e7799fc65e5dea7c5b5cbb20;hpb=f9b75c3892ea772dac73bcf43682284bd367df06 diff --git a/lib/setPath.bash b/lib/setPath.bash index f41363f..057a0f4 100644 --- a/lib/setPath.bash +++ b/lib/setPath.bash @@ -29,7 +29,7 @@ function setPath () { "PKG_CONFIG_PATH") # THINKME: Special case for PKG_CONFIG_PATH: we prepend # "$prefix/lib/pkgconfig" to it. - PKG_CONFIG_PATH="$prefix/lib/pkgconfig";; + PKG_CONFIG_PATH="$prefix/lib/pkgconfig:$PKG_CONFIG_PATH";; *) ;; esac