From 6f9d795d9c4475e214d57a822085009dba2444f9 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 22 Mar 2011 20:15:43 +0000 Subject: Improve error message for missing PVR (bug #303037). --- python-updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-updater b/python-updater index 29b1913..15a321a 100755 --- a/python-updater +++ b/python-updater @@ -477,7 +477,7 @@ for content in $(find ${PKG_DBDIR}/ -name CONTENTS | sort); do environment_file="${content/CONTENTS/environment.bz2}" # Extract some variables. SUPPORT_PYTHON_ABIS, PYTHON_ABIS and PYTHON_REQUESTED_ACTIVE_VERSION are optional. - get_vdb_variable PVR "${environment_file}" || die "PVR missing" + get_vdb_variable PVR "${environment_file}" || die "Missing metadata in '${environment_file}' file. Manually reinstall corresponding package." get_vdb_variable SUPPORT_PYTHON_ABIS "${environment_file}" get_vdb_variable PYTHON_ABIS "${environment_file}" get_vdb_variable PYTHON_REQUESTED_ACTIVE_VERSION "${environment_file}" -- cgit v1.2.3-65-gdbad