mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #943 from lrusak/checkdeps
scripts/checkdeps: check for distro specific packages
This commit is contained in:
commit
4ee20e8c71
@ -70,6 +70,14 @@ if [ -n "$EXTRA_DEPS_PKG" ] ; then
|
|||||||
deps_pkg="$deps_pkg $EXTRA_DEPS_PKG"
|
deps_pkg="$deps_pkg $EXTRA_DEPS_PKG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# distro specific dependencies
|
||||||
|
if [ -n "$DISTRO_DEPS" ] ; then
|
||||||
|
deps="$deps $DISTRO_DEPS"
|
||||||
|
fi
|
||||||
|
if [ -n "$DISTRO_DEPS_PKG" ] ; then
|
||||||
|
deps_pkg="$deps_pkg $DISTRO_DEPS_PKG"
|
||||||
|
fi
|
||||||
|
|
||||||
getarg() {
|
getarg() {
|
||||||
eval echo \${$(($1+2))}
|
eval echo \${$(($1+2))}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user