discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUstep.sh fails


From: Nicola Pero
Subject: Re: GNUstep.sh fails
Date: Tue, 5 Mar 2002 16:43:47 +0000 (GMT)

> I just stumbled across the same problem. The faulty line in GNUstep.sh 
> reads:
> 
> GNUSTEP_USER_ROOT=`$GNUSTEP_MAKEFILES/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/user_home
>  
> user`
> 
> 
> where it should be something like:
> 
> 
> if [ -z "$GNUSTEP_FLATTENED" ]; then
>       
> GNUSTEP_USER_ROOT=`$GNUSTEP_MAKEFILES/$GNUSTEP_HOST_CPU/$GNUSTEP_HOST_OS/
> user_home user`
> else
>       GNUSTEP_USER_ROOT=`$GNUSTEP_MAKEFILES/user_home user`
> fi

Thanks - applied




reply via email to

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