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

Re: Packaging proprietary software



Hi,

On 01/16/2012 03:27 PM, Ivan Reche wrote:
The package is just a directory with lots of binaries and it likes to
install itself in /opt. Besides that, it needs to set some environment
variables (similar to JAVA_HOME and friends).

What is the best way to approach this? Do I change the PATH environment
variable to point to, lets say, /opt/bin? Are there problems with
"creating" new environment variables in a package installation?

For site packages, I would install the program to /opt/whatever as it wants and install a wrapper script in /usr/bin that sets the required environment variables and starts the program. This way users have the program in their $PATH by default and the environment stays clean.

Regards,
Ansgar


Reply to: