discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNUSTEP_PATHLIST in GNUstep.sh


From: Tima
Subject: GNUSTEP_PATHLIST in GNUstep.sh
Date: Fri, 19 Jan 2007 23:36:03 -0800
User-agent: GNUMail (Version 1.2.0)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]