Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...