You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to overwrite a previously bungled installation, --overwrite <path> can be used with pacman. This option isn't forwarded from pb to pacman. pb --overwrite foo -S foopkg results in pkgbuilder building the package and attempting to install as pacman -U foopkg and --overwrite <path> is missing
The text was updated successfully, but these errors were encountered:
I marked this as help wanted — pull requests with an implementation of this are welcome. This feature would require adding an --overwrite argument to pkgbuilder itself, since pb just runs plain pkgbuilder — and it handles the package install on its own.
When attempting to overwrite a previously bungled installation, --overwrite <path> can be used with pacman. This option isn't forwarded from pb to pacman.
pb --overwrite foo -S foopkg
results in pkgbuilder building the package and attempting to install aspacman -U foopkg
and --overwrite <path> is missingThe text was updated successfully, but these errors were encountered: