diff options
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index c911333e0..32e51257e 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -874,9 +874,7 @@ static void write_status_file(deb_file_t **deb_file) | |||
874 | /* Create a separate backfile to dpkg */ | 874 | /* Create a separate backfile to dpkg */ |
875 | if (rename("/var/lib/dpkg/status", "/var/lib/dpkg/status.udeb.bak") == -1) { | 875 | if (rename("/var/lib/dpkg/status", "/var/lib/dpkg/status.udeb.bak") == -1) { |
876 | struct stat stat_buf; | 876 | struct stat stat_buf; |
877 | if (stat("/var/lib/dpkg/status", &stat_buf) == 0) { | 877 | xstat("/var/lib/dpkg/status", &stat_buf); |
878 | bb_error_msg_and_die("Couldnt create backup status file"); | ||
879 | } | ||
880 | /* Its ok if renaming the status file fails because status | 878 | /* Its ok if renaming the status file fails because status |
881 | * file doesnt exist, maybe we are starting from scratch */ | 879 | * file doesnt exist, maybe we are starting from scratch */ |
882 | bb_error_msg("No status file found, creating new one"); | 880 | bb_error_msg("No status file found, creating new one"); |