mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
Fix when referencing --with_dev_pkgs flag. Doh!
Review URL: http://codereview.chromium.org/548092
This commit is contained in:
parent
7237f473fb
commit
89fae0eff4
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user