64studio / dibby

Generate Custom Debian images for your embedded projects
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Don't throw an error if the user doesn't specify any custom packages #9

Closed danielhjames closed 5 years ago

danielhjames commented 5 years ago

I: dibby: running /home/daniel/64studio/git/dibby/bootstrap/1001_custom_packages.sh Reading package lists... Done Building dependency tree... Done E: Unable to locate package CONFIG_CUSTOM_PACKAGES

obbardc commented 5 years ago

Interesting, it shouldn't run if the variable $CONFIG_CUSTOM_PACKAGES is empty or not set in user config.

danielhjames commented 5 years ago

Ah, I did specify a custom package but it looks like you already fixed the issue in https://github.com/64studio/dibby/commit/50753c9d9d43c6a6024e7ff00e772e0abc9418a8 thanks! I will test again.

danielhjames commented 5 years ago

Confirmed fixed :-)