feat(bash): support for derivated distro + refactor conf (#3259)
* feat(bash): support for derivated distro * refactor: refactoring for dist files
This commit is contained in:
parent
a37ea1b60e
commit
ad6ad094de
11 changed files with 39 additions and 9 deletions
9
conf/config.sh.dist → conf/dist/config.sh
vendored
9
conf/config.sh.dist → conf/dist/config.sh
vendored
|
|
@ -8,6 +8,15 @@ BUILDPATH="$AC_PATH_ROOT/var/build/obj"
|
|||
# absolute path where binary files must be stored
|
||||
BINPATH="$AC_PATH_ROOT/env/dist"
|
||||
|
||||
# bash fills it by default with your os type. No need to change it.
|
||||
# Change it if you really know what you're doing.
|
||||
# OSTYPE=""
|
||||
|
||||
# When using linux, our installer automatically get information about your distro
|
||||
# using lsb_release. If your distro is not supported but it's based on ubuntu or debian,
|
||||
# please change it to one of these values.
|
||||
#OSDISTRO="ubuntu"
|
||||
|
||||
# absolute path where config. files must be stored
|
||||
# default: the system will use binpath by default
|
||||
# CONFDIR="$AC_PATH_ROOT/env/dist/etc/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue