Explorar o código

Fix additional packages not installed

madjack %!s(int64=6) %!d(string=hai) anos
pai
achega
8ad31657b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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