- fix typo in error message. Closes #1308 by pulling r18746 from trunk

1_6_stable
Bernhard Reutner-Fischer 2007-06-05 17:12:40 +00:00
parent 3f22b7f718
commit 9cb801884a
1 changed files with 1 additions and 1 deletions

View File

@ -1550,7 +1550,7 @@ static void configure_package(deb_file_t *deb_file)
/* Run the postinst script */
if (run_package_script(package_name, "postinst") != 0) {
/* TODO: handle failure gracefully */
bb_error_msg_and_die("postrm failure.. set status to what?");
bb_error_msg_and_die("postinst failure.. set status to what?");
}
/* Change status to reflect success */
set_status(status_num, "install", 1);