Hi,

I've recenly installed Gentoo gnustep packages, if this is not the latest
behavior please disregard.

GNUstep.sh assigns the value of GNUSTEP_PATHLIST only once:

if [ -z "$GNUSTEP_PATHLIST" ]; then
  GNUSTEP_PATHLIST=...
fi

Why is it so?
I wanted to be able to switch between different GNUstep installations,
there seems to be a file /etc/GNUstep/GNUStep.conf

  GNUSTEP_SYSTEM_ROOT=/usr/GNUstep/System
  GNUSTEP_LOCAL_ROOT=/usr/GNUstep/Local
  GNUSTEP_NETWORK_ROOT=/usr/GNUstep/Network

designed just for that, I modify it and run GNUstep.sh again,
but since GNUSTEP_PATHLIST does not change the switch is
not completed.

If I comment this if ... fi, GNUstep.sh picks up new root dir.
What do I miss?

Thank you,
Tima




_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to