Fixing left-over uses of --packages-lists in cron scripts and examples.

This commit is contained in:
Yaroslav Halchenko 2011-09-27 22:47:33 +02:00 committed by Daniel Baumann
parent 8a43927c04
commit 42afd95203
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ Build ()
case "${LB_VERSION}" in
2.0*)
_PACKAGE_LISTS="--packages-lists ${FLAVOUR}"
_PACKAGE_LISTS="--package-lists ${FLAVOUR}"
;;
3.0*)

View File

@ -1,5 +1,5 @@
#!/bin/sh
lb config noauto \
--packages-lists "standard" \
--package-lists "standard" \
"${@}"