ok I wasn't clear with my question.  I should have asked first of all what is an
elif and second how and where or with what do I change it? 

On Fri, 04 Aug 2000 23:46:11 Robert Soros wrote:
> Very simply replace the first elif 
> 
> 
>        elif [ -f /usr/local/mozilla/libgtkembedmoz.so ]; then 
>               MOZILLA_HOME=/usr/local/mozilla
>       
> 
> with this ...
> 
> 
>       elif [ -f /moz/package/libgtkembedmoz.so ]; then
>       MOZILLA_HOME=/moz/package
>       
> 
> if you have problems even after that, it might be the permissions on the
> directory, but probably not (the defaults usually work *fair*)
> 
> 
> 
> 
> 
> Robert Soros
> [EMAIL PROTECTED]
> http://soros.ath.cx
> > 
> > 
> > > Suppose though, for some odd and unexplained reason, your mozilla
> > > embedded libraries were in /opt/lib/  , You would simply edit
> > > the above script ( /usr/bin/galeon ) and replace the first elif
> > > directory (/usr/local/mozilla/) with /opt/lib  and that should make it
> > > work.
> > 
> > My Mozilla is in /moz/package/  so how do I edit the "elif" to make it
point in
> > the right direction?  
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to