mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/functions : allow to have a per distro functions script
This also overriding a few default functions.
This commit is contained in:
parent
1d15c59f34
commit
720e68f298
@ -471,3 +471,8 @@ debug_strip() {
|
|||||||
$STRIP `find $* -type f -executable 2>/dev/null` 2>/dev/null || :
|
$STRIP `find $* -type f -executable 2>/dev/null` 2>/dev/null || :
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Use distribution functions if any
|
||||||
|
if [ -f "distributions/$DISTRO/config/functions" ]; then
|
||||||
|
. distributions/$DISTRO/config/functions
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user