[Lunar-commits] r16258 - moonbase/trunk/devel/pkgconfig/profile.d

Terry Chan tchan at lunar-linux.org
Mon Aug 29 02:35:09 UTC 2005


Author: tchan
Date: 2005-08-29 02:35:08 +0000 (Mon, 29 Aug 2005)
New Revision: 16258

Modified:
   moonbase/trunk/devel/pkgconfig/profile.d/pkgconfig.rc
Log:
Small change to the order so that the extra colon is at the END and not the
beginning of the PKG_CONFIG_PATH env var.


Modified: moonbase/trunk/devel/pkgconfig/profile.d/pkgconfig.rc
===================================================================
--- moonbase/trunk/devel/pkgconfig/profile.d/pkgconfig.rc	2005-08-29 01:23:51 UTC (rev 16257)
+++ moonbase/trunk/devel/pkgconfig/profile.d/pkgconfig.rc	2005-08-29 02:35:08 UTC (rev 16258)
@@ -1 +1 @@
-export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig:/usr/X11R6/lib/pkgconfig
+export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/X11R6/lib/pkgconfig:$PKG_CONFIG_PATH



More information about the Lunar-commits mailing list