mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #142 from plexinc/upstream-pr
config/functions : allow to have a per distro functions script
This commit is contained in:
commit
621231785c
@ -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