mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/functions: include in config/options not config/path
This commit is contained in:
parent
a059cd6cd2
commit
b0aa03ef65
@ -35,6 +35,9 @@ ROOT="${PWD}"
|
||||
DISTRO_DIR="$ROOT/distributions"
|
||||
PROJECT_DIR="$ROOT/projects"
|
||||
|
||||
# include helper functions
|
||||
. config/functions
|
||||
|
||||
# include versioning
|
||||
. config/version
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
set -e
|
||||
|
||||
. config/functions
|
||||
|
||||
# setup initial directorys (relative to root)
|
||||
CONFIG=config
|
||||
SCRIPTS=scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user