discuss-gnustep
[Top][All Lists]
Advanced

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

RE: GNUSTEP_PATHLIST in GNUstep.sh


From: Nicola Pero
Subject: RE: GNUSTEP_PATHLIST in GNUstep.sh
Date: Sat, 20 Jan 2007 16:30:44 +0100 (CET)

To reset all variables set by GNUstep.sh, you should run

 /usr/GNUstep/System/Library/Makefiles/GNUstep-reset.sh

That will reset all variables set by GNUstep.sh.  Once you have reset your 
environment, 
you can then source GNUstep.sh again with whatever new settings you want. ;-)

Thanks




-----Original Message-----
From: Tima <tima@vaisburd.net>
Sent: Sat, January 20, 2007 8:36 am
To: discuss-gnustep@gnu.org
Subject: GNUSTEP_PATHLIST in GNUstep.sh

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
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep





reply via email to

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