[arch-commits] Commit in filesystem/trunk (profile)

Aaron Griffin aaron at archlinux.org
Mon Oct 6 00:01:10 UTC 2008


    Date: Sunday, October 5, 2008 @ 20:01:07
  Author: aaron
Revision: 14370

FS#9445: Add default PKG_CONFIG_PATH to /etc/profile

Modified:
  filesystem/trunk/profile

---------+
 profile |    4 ++++
 1 file changed, 4 insertions(+)

Modified: profile
===================================================================
--- profile	2008-10-05 23:15:58 UTC (rev 14369)
+++ profile	2008-10-06 00:01:07 UTC (rev 14370)
@@ -32,6 +32,10 @@
 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"




More information about the arch-commits mailing list