mirror of
https://github.com/sheumann/hush.git
synced 2025-01-18 07:31:34 +00:00
- fix typo in error message. Closes #1308
This commit is contained in:
parent
746204b1b8
commit
fa5f20755c
@ -1550,7 +1550,7 @@ static void configure_package(deb_file_t *deb_file)
|
|||||||
/* Run the postinst script */
|
/* Run the postinst script */
|
||||||
if (run_package_script(package_name, "postinst") != 0) {
|
if (run_package_script(package_name, "postinst") != 0) {
|
||||||
/* TODO: handle failure gracefully */
|
/* 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 */
|
/* Change status to reflect success */
|
||||||
set_status(status_num, "install", 1);
|
set_status(status_num, "install", 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user