misleading output when building with --force --arch
The --force
flag is not considered when building a package (from sources at least):
user@builder:~/pmos$ pmbootstrap build modemmanager --force --arch=aarch64 --src=ModemManager
[20:21:08] NOTE: Package 'modemmanager' is up to date. Use 'pmbootstrap build modemmanager --force' if needed.
[20:21:08] DONE!
The --src
flag actually activates --force
, so in this example it is not necessary. I'm on 3.0.0.alpha, but the flag already had issues before: #2077.
Edited by biemster