You are not logged in.

#1 2016-09-14 16:16

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Q4OS installer app not available from command line

I have created (updated) a simple bash script application and have created an .esh installer.cfg which all works as it should and creates the installer which installs my app successfully, however, it is not available from the command-line... Is it possible to either install the app to /usr/bin or maybe create a softlink in /usr/bin to /program_files/<program_name>/usr/bin/<app_name> from the installer.cfg/Makefile? or is there some other magic to allow my script to be in the executable path?

Offline

#2 2016-09-14 18:00

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,223
Website

Re: Q4OS installer app not available from command line

Dai_trying wrote:

Is it possible to either install the app to /usr/bin ...

Yes, it's possible. Set 'INSTALL_PREFIX="/"' variable in the 'installer.cfg'. All files will be placed relatively to 'INSTALL_PREFIX' path.

Offline

#3 2016-09-14 19:07

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Q4OS installer app not available from command line

Great! Thanks guys smile

Offline

Board footer

Powered by FluxBB