diff options
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index 41c8fc5..90ad876 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c @@ -31,11 +31,11 @@ //config: default y //config: select FEATURE_SEAMLESS_GZ //config: help -//config: dpkg is a medium-level tool to install, build, remove and manage -//config: Debian packages. +//config: dpkg is a medium-level tool to install, build, remove and manage +//config: Debian packages. //config: -//config: This implementation of dpkg has a number of limitations, -//config: you should use the official dpkg if possible. +//config: This implementation of dpkg has a number of limitations, +//config: you should use the official dpkg if possible. //applet:IF_DPKG(APPLET(dpkg, BB_DIR_USR_BIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_DPKG) += dpkg.o |