mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 08:49:58 +00:00
(cosmetics) buildsys: remove FORCE_INSTALL
This commit is contained in:
parent
24bee9dfb8
commit
fbf57d1b47
@ -76,9 +76,6 @@ LINUX_DEPENDS="$PROJECT_DIR/$PROJECT/linux/linux.$TARGET_ARCH.conf $ROOT/package
|
||||
# the nearest multiple of 16 kilobytes.
|
||||
CCACHE_CACHE_SIZE="30G"
|
||||
|
||||
# forcing install of all packages (yes/no)
|
||||
FORCE_INSTALL="no"
|
||||
|
||||
# install devtools on development builds
|
||||
if [ "$OPENELEC_VERSION" = "devel" ]; then
|
||||
DEVTOOLS=yes
|
||||
|
@ -41,7 +41,7 @@ fi
|
||||
STAMP=$STAMPS_INSTALL/$PACKAGE_NAME/install_$TARGET
|
||||
mkdir -p $STAMPS_INSTALL/$PACKAGE_NAME
|
||||
|
||||
[ -f $STAMP -a $FORCE_INSTALL = "no" ] && exit 0
|
||||
[ -f $STAMP ] && exit 0
|
||||
|
||||
if [ -n "$PKG_ARCH" -a ! "$PKG_ARCH" = "any" ]; then
|
||||
echo "$PKG_ARCH" | grep -q "$TARGET_ARCH" || exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user