oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
14 stars 3 forks source link

move scripts into /usr/lib/oscar/scripts instead of /usr/bin #647

Open dikim33 opened 7 years ago

dikim33 commented 7 years ago

Reported by olahaye74 on 20 Feb 2014 16:44 UTC move scripts into /usr/lib/oscar/scripts instead of /usr/bin

many oscar executable are not meant to be run by human. They still resid in /usr/bin.

We need to move them into a safer place. Makefile is ready for that, but oscar code is not yet ready for that. Need to set the script directory in OS_Settings and fix all hardcoded os semi hardcoded occurence to bin directory to script directory (using OSCAR::OS_Settings:get_item("oscar_scripts_dir") for example. set oscar_script_dir intosvn: oscar/lib/OSCAR/OCA::OS_Settings/default at least.