On Fri, Jun 6, 2008 at 5:17 AM, Allan McRae <mcrae_allan@hotmail.com> wrote:
Original work by Carlo "carlocci" Bersani with additions by Xavier Chantry and Allan McRae
This script rebuilds an already installed package using metadata stored into the pacman database and system files. Replaces the outdated re-pacman script
Signed-off-by: Allan McRae <mcrae_allan@hotmail.com> --- contrib/README | 2 +- contrib/bacman | 282 +++++++++++++++++++++++++++++++++++++++++++++++++++++ contrib/re-pacman | 77 --------------- 3 files changed, 283 insertions(+), 78 deletions(-) create mode 100755 contrib/bacman delete mode 100755 contrib/re-pacman
I threw this into my working branch, thanks. The only change I made was updating Makefile.am in contrib/. -Dan