mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Take GNUSTEP_LOCAL_ROOT and GNUSTEP_NETWORK_ROOT from configure
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a6499c6238
commit
d48fae16f1
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ if [ -z "$LIBRARY_COMBO" ]; then
|
|||
fi
|
||||
export GNUSTEP_ROOT GNUSTEP_SYSTEM_ROOT GNUSTEP_FLATTENED LIBRARY_COMBO
|
||||
|
||||
GNUSTEP_LOCAL_ROOT=$GNUSTEP_ROOT/Local
|
||||
GNUSTEP_NETWORK_ROOT=$GNUSTEP_ROOT/Network
|
||||
GNUSTEP_LOCAL_ROOT=@GNUSTEP_LOCAL_ROOT@
|
||||
GNUSTEP_NETWORK_ROOT=@GNUSTEP_NETWORK_ROOT@
|
||||
GNUSTEP_USER_ROOT=~/GNUstep
|
||||
export GNUSTEP_LOCAL_ROOT GNUSTEP_NETWORK_ROOT GNUSTEP_USER_ROOT
|
||||
|
||||
|
|
Loading…
Reference in a new issue