summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/filesystem/profile
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-26 06:30:59 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-26 06:30:59 (GMT)
commit22717178ce9fdec1b5711bcaea5a39e2334d94b1 (patch)
tree11ef6ca700440089dedccad0ea1637213effc3b4 /abs/core-testing/filesystem/profile
parente4b0f387e05bf4ff0df15885a69c5e704ece612f (diff)
downloadlinhes_pkgbuild-22717178ce9fdec1b5711bcaea5a39e2334d94b1.zip
linhes_pkgbuild-22717178ce9fdec1b5711bcaea5a39e2334d94b1.tar.gz
linhes_pkgbuild-22717178ce9fdec1b5711bcaea5a39e2334d94b1.tar.bz2
Needed to installed newer kernel.
Diffstat (limited to 'abs/core-testing/filesystem/profile')
-rw-r--r--abs/core-testing/filesystem/profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core-testing/filesystem/profile b/abs/core-testing/filesystem/profile
index d18b99a..5eabf8e 100644
--- a/abs/core-testing/filesystem/profile
+++ b/abs/core-testing/filesystem/profile
@@ -32,6 +32,10 @@ umask 022
PATH="/bin:/usr/bin:/sbin:/usr/sbin"
export PATH
+# Export default pkg-config path
+PKG_CONFIG_PATH="/usr/lib/pkgconfig"
+export PKG_CONFIG_PATH
+
# Some readline stuff that is fairly common
HISTSIZE=1000
HISTCONTROL="erasedups"