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)
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.


No differences found