mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
config/functions: allow package to be sourced using path
This commit is contained in:
parent
fb7bfa02f9
commit
2e3ac4899f
@ -857,7 +857,7 @@ source_package() {
|
|||||||
unset_functions
|
unset_functions
|
||||||
|
|
||||||
if [ -n "${1}" ]; then
|
if [ -n "${1}" ]; then
|
||||||
PKG_DIR="$(get_pkg_directory ${1})"
|
[ -f "${1}" ] && PKG_DIR="$(dirname "${1}")" || PKG_DIR="$(get_pkg_directory "${1}")"
|
||||||
|
|
||||||
[ -n "$PKG_DIR" -a -r $PKG_DIR/package.mk ] || die "FAILURE: unable to source package - ${1}/package.mk does not exist"
|
[ -n "$PKG_DIR" -a -r $PKG_DIR/package.mk ] || die "FAILURE: unable to source package - ${1}/package.mk does not exist"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user