Results 1 to 2 of 2
could anyone plz tell me how to refer mozilla installed directory in make utility.
suppose for example to refer homepath we will refer $(HOME) in mke utility...like that is there ...
- 04-27-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
how to refer mozilla installed directory in make utility
could anyone plz tell me how to refer mozilla installed directory in make utility.
suppose for example to refer homepath we will refer $(HOME) in mke utility...like that is there any variable through which we can refer mozilla installation version directory
thanks & regards
kelvin philips
- 04-30-2007 #2Just Joined!
- Join Date
- Apr 2007
- Posts
- 18
You can set up a variable / environment variable which will refer to the path where mozilla is installed. To find out where it is installed ( in /usr/ directory by default I guess ) you can use commands like: 'locate' or 'find' and off you go. GL


Reply With Quote