浏览代码

Fix additional packages not installed

madjack 6 年之前
父节点
当前提交
8ad31657b7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mkplatformfs.sh.in

+ 1 - 1
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