From: Erik Nolte Date: Thu, 6 Oct 2011 20:55:36 +0000 (-0600) Subject: Find package dependencies fix for pacman. X-Git-Tag: 3.11~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=20a67e4e844a5be640edf3f7f183a89a083e92d0;hp=20a67e4e844a5be640edf3f7f183a89a083e92d0;p=febootstrap.git 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. ---