소스 검색

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