mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/functions: get_kernel_overlay_dir() returns a relative path, not absolute
This commit is contained in:
parent
64156ea8c8
commit
347374d70f
@ -193,7 +193,7 @@ get_module_dir() {
|
||||
|
||||
# get base path to kernel modules and firmware
|
||||
get_kernel_overlay_dir() {
|
||||
echo "/usr/lib/kernel-overlays/${1:-base}"
|
||||
echo "usr/lib/kernel-overlays/${1:-base}"
|
||||
}
|
||||
|
||||
# get full path to kernel module dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user