Fix check_data_file_clashes() for offline root mode. (almost anyway)
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Thu, 10 Jun 2010 07:30:15 +0000 (07:30 +0000)
committergraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Thu, 10 Jun 2010 07:30:15 +0000 (07:30 +0000)
commit66a14488ce415c2fb01d8dc383631681e8dc81ee
treecca8548e39649552244f6756c966333af03077f0
parent5161628bdab57405a6fa6eec0366439d6d375c63
Fix check_data_file_clashes() for offline root mode. (almost anyway)

pkg_get_installed_files() returns a list of files with the offline root path
already included, so don't add it again.

Fix some error message formatting while here.

git-svn-id: http://opkg.googlecode.com/svn/trunk@532 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
libopkg/opkg_install.c