Find package dependencies fix for pacman.
authorErik Nolte <erik_nolte@acm.org>
Thu, 6 Oct 2011 20:55:36 +0000 (14:55 -0600)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 14 Oct 2011 09:58:24 +0000 (10:58 +0100)
commit20a67e4e844a5be640edf3f7f183a89a083e92d0
tree7c162802eb596c5ebb15516207fbd40c2c89f7e6
parent65125379903231f1b0c2ccd0929123317c80bcc2
Find package dependencies fix for pacman.

Since the pactree utility only accepts one package name, we must iterate
through the packages rather than specify them all on the command line.
To avoid errors when febootstrap is run on a system with outdated packages,
use ls and awk on the febootstrap package cache directory rather than using
the host's outdated pacman database.
src/febootstrap_pacman.ml