AppImageCrafters / appimage-builder

GNU/Linux packaging solution using the AppImage format
MIT License
316 stars 58 forks source link

do not deploy empty package set with pacman #266

Closed iTrooz closed 2 years ago

iTrooz commented 2 years ago

appimage-builder currently crashes with this config because it tries to do something like pacman -S (with no packages appended):

pacman:
  include: []

I simply copied this block from the apt deploy script to fix it : https://github.com/AppImageCrafters/appimage-builder/blob/bd82930fccbe63a0d412288d9b645adb951f65ee/appimagebuilder/modules/deploy/apt/deploy.py#L35

iTrooz commented 2 years ago

Oops, done !

azubieta commented 2 years ago

Thanks for helping!