diff options
-rwxr-xr-x | cron/live-build-cron-images | 2 | ||||
-rwxr-xr-x | examples/auto/config | 2 |
2 files changed, 2 insertions, 2 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*) diff --git a/examples/auto/config b/examples/auto/config index e67a471c7..55cef497b 100755 --- a/examples/auto/config +++ b/examples/auto/config @@ -1,5 +1,5 @@ #!/bin/sh lb config noauto \ - --packages-lists "standard" \ + --package-lists "standard" \ "${@}" |