diff options
author | Ron Yorston <rmy@pobox.com> | 2021-01-14 13:28:49 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-01-14 13:28:49 +0000 |
commit | 89963b524d211e1aec12b72b3725be05ee95c8cf (patch) | |
tree | 48590aef62b7ee7686b7898256f29def8d9c50b9 /archival/dpkg.c | |
parent | 9aa5a829070392c2ac6494d0c4e674c0c2bc7dab (diff) | |
parent | 2b7c1aa92c68524559a2067609d09309d5c09adc (diff) | |
download | busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.gz busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.bz2 busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 61631bd4d..8e1f9431d 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -1309,7 +1309,7 @@ postrm abort-install <old_version> | |||
1309 | postrm abort-upgrade <old_version> | 1309 | postrm abort-upgrade <old_version> |
1310 | postrm disappear <overwriter> <version> | 1310 | postrm disappear <overwriter> <version> |
1311 | */ | 1311 | */ |
1312 | static const char *const all_control_files[] = { | 1312 | static const char *const all_control_files[] ALIGN_PTR = { |
1313 | "preinst", "postinst", "prerm", "postrm", | 1313 | "preinst", "postinst", "prerm", "postrm", |
1314 | "list", "md5sums", "shlibs", "conffiles", | 1314 | "list", "md5sums", "shlibs", "conffiles", |
1315 | "config", "templates" | 1315 | "config", "templates" |