From 8ad31657b76a72ccebd4141c9e07b9c091a5ef0b Mon Sep 17 00:00:00 2001 From: madjack Date: Sat, 6 Jul 2019 15:50:35 +0000 Subject: [PATCH] Fix additional packages not installed --- mkplatformfs.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkplatformfs.sh.in b/mkplatformfs.sh.in index dfd860c..69fbc92 100644 --- a/mkplatformfs.sh.in +++ b/mkplatformfs.sh.in @@ -135,7 +135,7 @@ set_target_arch_from_platform set_cachedir # Append any additional packages if they were requested -if [ -z "$EXTRA_PKGS" ] ; then +if [ -n "$EXTRA_PKGS" ] ; then PKGS="$PKGS $EXTRA_PKGS" fi