From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:0.9.4.1) Gecko/20020518 Netscape6/6.2.3 Description of problem: Executable programs should not be install in /usr/lib/openoffice but in /usr/bin/openoffice Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: rpm -ql openoffice Additional info:
I don't see anything wrong about it, a lot of other packages do it too (e.g. mozilla, amanda, gnupg, licq, qt, just to name a few). It is nothing against FHS/LSB either: /usr/lib includes object files, libraries, and internal binaries that are not intended to be executed directly by users or shell scripts soffice.bin etc. are ineternal binaries, not intended to be run by users directly (unlike ooffice, oowriter, etc.).