Fix additional packages not installed
This commit is contained in:
parent
a1352601ca
commit
8ad31657b7
@ -135,7 +135,7 @@ set_target_arch_from_platform
|
|||||||
set_cachedir
|
set_cachedir
|
||||||
|
|
||||||
# Append any additional packages if they were requested
|
# Append any additional packages if they were requested
|
||||||
if [ -z "$EXTRA_PKGS" ] ; then
|
if [ -n "$EXTRA_PKGS" ] ; then
|
||||||
PKGS="$PKGS $EXTRA_PKGS"
|
PKGS="$PKGS $EXTRA_PKGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user