X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fcis-gnome-config;h=fd88e27dddc7de0050ef03192c353512b2b6ea07;hb=f63a78e04ec65397472cda88061558f4e3a30fb2;hp=9f20b68fe2808f5a41764611e1f026d270d187f9;hpb=b2f91df3e7c1d1ca93ced97b5001e3134243666b;p=hvlinux.git diff --git a/stage4/cis-gnome-config b/stage4/cis-gnome-config index 9f20b68..fd88e27 100755 --- a/stage4/cis-gnome-config +++ b/stage4/cis-gnome-config @@ -10,6 +10,7 @@ source ../packages-list var_add_path "PATH" /etc/profile "/opt/${GNOME2_VER}/bin" && var_export "PATH" /etc/profile && var_add_path "PKG_CONFIG_PATH" /etc/profile "/opt/${GNOME2_VER}/lib/pkgconfig" && +var_add_path "PKG_CONFIG_PATH" /etc/profile "/opt/${GNOME2_VER}/share/pkgconfig" && var_export "PKG_CONFIG_PATH" /etc/profile && var_add_path "LIBGLADE_MODULE_PATH" /etc/profile "${GNOME2_PREFIX}/lib/libglade/2.0" && var_export "LIBGLADE_MODULE_PATH" /etc/profile &&