aboutsummaryrefslogtreecommitdiff
path: root/coreutils/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/install.c')
-rw-r--r--coreutils/install.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/coreutils/install.c b/coreutils/install.c
index 8aa51cc34..e68589229 100644
--- a/coreutils/install.c
+++ b/coreutils/install.c
@@ -5,6 +5,22 @@
5 * 5 *
6 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 6 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
7 */ 7 */
8//config:config INSTALL
9//config: bool "install"
10//config: default y
11//config: help
12//config: Copy files and set attributes.
13//config:
14//config:config FEATURE_INSTALL_LONG_OPTIONS
15//config: bool "Enable long options"
16//config: default y
17//config: depends on INSTALL && LONG_OPTS
18//config: help
19//config: Support long options for the install applet.
20
21//applet:IF_INSTALL(APPLET(install, BB_DIR_USR_BIN, BB_SUID_DROP))
22
23//kbuild:lib-$(CONFIG_INSTALL) += install.o
8 24
9/* -v, -b, -c are ignored */ 25/* -v, -b, -c are ignored */
10//usage:#define install_trivial_usage 26//usage:#define install_trivial_usage