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

Re: Directory structure to be used



On Wed, Dec 12, 2001 at 08:45:26AM +0100, Bartosz Placzek wrote:
> Directory structure to be usedI read FHS and I use (RedHat 7.2) for my RPM:
> /etc/<my_program>  - config files
> /usr/bin - scripts to run the program
> /usr/local/<my_program> - all other (binaries,db scripts etc..) (*)

Please don't do this. You can put it in /opt if you really want, but RPMs
should *never* touch /usr/local. Depending on the program, though, stuff
you're putting here might be better off in /usr/share/<your_program> or
/usr/lib/<my_program> or some of both.

> /usr/lib/<my_program> - libraries

Depends -- some libraries might just go in /usr/lib.



-- 
Matthew Miller           mattdm@mattdm.org        <http://www.mattdm.org/>
Boston University Linux      ------>                <http://linux.bu.edu/>





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