[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bad list expansion in lb_binary_package_lists



Version 3.0~a38-1: file live/build/scripts/build/lb_binary_packagelists

About line 60.

There's maybe a missing test after the expansion into LIST?


        for LIST in config/package-lists/*.list \
                    config/package-lists/*.list.binary
        do
--->            if [ -e "${LIST}" ] ; then  <---- 
                        # Generate package list

Adding the indicated line (a similar test appears in
live/build/scripts/build/lb_chroot_packagelist) avoids bogus warnings
about being unable to find *.list.binary in case there's no
file with that extension.

(sorry if this is fixed already)


Nick/.


Reply to: