summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@qurzaw>2009-06-30 03:47:49 +0200
committerTollef Fog Heen <tfheen@qurzaw>2009-06-30 03:47:49 +0200
commit1bcb18ca35c02f8f3a5a3744ed226b1afa4ec5cc (patch)
tree02d45ca6023e9bb717728194d98e534d99d274a4
parent39663612a6d0edc07f194eb02d697256c70f27eb (diff)
downloadpkg-config-1bcb18ca35c02f8f3a5a3744ed226b1afa4ec5cc.tar.gz
Fix include path for check/common
-rw-r--r--check/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/common b/check/common
index 5cf772d..b61d529 100644
--- a/check/common
+++ b/check/common
@@ -6,7 +6,7 @@
pkgconfig=../pkg-config
-. config.sh
+. ./config.sh
PKG_CONFIG_PATH=$srcdir
export PKG_CONFIG_PATH