diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2011-09-27 22:47:33 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-09-27 22:47:33 +0200 |
commit | 42afd952030c5817f3ded35efba29ffe4242a3e2 (patch) | |
tree | 3346714dffc752379aa1e5266ef7fc2af2c707ef /cron/live-build-cron-images | |
parent | 8a43927c04f67eba06f212b56d4af7166f9afa51 (diff) | |
download | vyos-live-build-42afd952030c5817f3ded35efba29ffe4242a3e2.tar.gz vyos-live-build-42afd952030c5817f3ded35efba29ffe4242a3e2.zip |
Fixing left-over uses of --packages-lists in cron scripts and examples.
Diffstat (limited to 'cron/live-build-cron-images')
-rwxr-xr-x | cron/live-build-cron-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/live-build-cron-images b/cron/live-build-cron-images index 334d039f6..681a79bf9 100755 --- a/cron/live-build-cron-images +++ b/cron/live-build-cron-images @@ -174,7 +174,7 @@ Build () case "${LB_VERSION}" in 2.0*) - _PACKAGE_LISTS="--packages-lists ${FLAVOUR}" + _PACKAGE_LISTS="--package-lists ${FLAVOUR}" ;; 3.0*) |