projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f22b7f
)
- fix typo in error message. Closes #1308 by pulling r18746 from trunk
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 5 Jun 2007 17:12:40 +0000
(17:12 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 5 Jun 2007 17:12:40 +0000
(17:12 -0000)
archival/dpkg.c
patch
|
blob
|
history
diff --git
a/archival/dpkg.c
b/archival/dpkg.c
index dcbd0d162b453095334dd81ca143381ed1c2c1be..0ab54c30ec27c8f016d1c47244f2dc1dbf6b3c5a 100644
(file)
--- a/
archival/dpkg.c
+++ b/
archival/dpkg.c
@@
-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("post
rm
failure.. set status to what?");
+ bb_error_msg_and_die("post
inst
failure.. set status to what?");
}
/* Change status to reflect success */
set_status(status_num, "install", 1);