mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/build: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
257ea17a4e
commit
ce686a2d7f
@ -37,6 +37,10 @@ if [ ! -f $STAMP ]; then
|
|||||||
$SCRIPTS/build $p
|
$SCRIPTS/build $p
|
||||||
done
|
done
|
||||||
|
|
||||||
|
[ -d $BUILD/${PKG_NAME}[-_.]${PKG_VERSION} ] && PKG_BUILD=`ls -d $BUILD/${PKG_NAME}[-_.]${PKG_VERSION}`
|
||||||
|
[ -d $BUILD/${PKG_NAME}${PKG_VERSION} ] && PKG_BUILD=`ls -d $BUILD/${PKG_NAME}${PKG_VERSION}`
|
||||||
|
[ "$PKG_AUTORECONF" = yes ] && $SCRIPTS/autoreconf $1
|
||||||
|
|
||||||
if [ -f $PKG_DIR/build ]; then
|
if [ -f $PKG_DIR/build ]; then
|
||||||
$PKG_DIR/build $@ >&$VERBOSE_OUT
|
$PKG_DIR/build $@ >&$VERBOSE_OUT
|
||||||
if [ "$DEBUG" = no ]; then
|
if [ "$DEBUG" = no ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user