mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/install: disable fastinstall (must be reworked)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f2cd38fe07
commit
1883020a3d
@ -7,15 +7,15 @@ if [ -z "$1" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir -p $INSTALLSTAMPS/$1
|
||||
INSTALLSTAMP=$INSTALLSTAMPS/$1/install
|
||||
# mkdir -p $INSTALLSTAMPS/$1
|
||||
# INSTALLSTAMP=$INSTALLSTAMPS/$1/install
|
||||
|
||||
if [ $1 = "image" ]; then
|
||||
rm -rf $INSTALLSTAMPS
|
||||
mkdir -p $INSTALLSTAMPS/image
|
||||
fi
|
||||
# if [ $1 = "image" ]; then
|
||||
# rm -rf $INSTALLSTAMPS
|
||||
# mkdir -p $INSTALLSTAMPS/image
|
||||
# fi
|
||||
|
||||
if [ ! -f $INSTALLSTAMP ]; then
|
||||
# if [ ! -f $INSTALLSTAMP ]; then
|
||||
|
||||
if [ -f $PKG_DIR/arch ]; then
|
||||
grep -q "$TARGET_ARCH" "$PKG_DIR/arch" || exit 0
|
||||
@ -55,5 +55,5 @@ if [ ! -f $INSTALLSTAMP ]; then
|
||||
$PKG_DIR/install $@ >&$VERBOSE_OUT
|
||||
fi
|
||||
|
||||
touch $INSTALLSTAMP
|
||||
fi
|
||||
# touch $INSTALLSTAMP
|
||||
# fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user