Fix when referencing --with_dev_pkgs flag. Doh!

Review URL: http://codereview.chromium.org/548092
This commit is contained in:
tedbo 2010-01-20 12:02:24 -08:00
parent 7237f473fb
commit 89fae0eff4

View File

@ -120,7 +120,7 @@ sudo mount "$LOOP_DEV" "$ROOT_FS_DIR"
# -- Install packages and customize root file system. --
PKGLIST="$FLAGS_pkglist"
if [ $FLAGS_with_dev_pkglist -eq $FLAGS_TRUE ]; then
if [ $FLAGS_with_dev_pkgs -eq $FLAGS_TRUE ]; then
PKGLIST="$PKGLIST,${SRC_ROOT}/package_repo/package-list-debug.txt"
fi
"${SCRIPTS_DIR}/install_packages.sh" \