aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2016-04-06 10:26:27 +0100
committerRon Yorston <rmy@pobox.com>2016-04-06 10:50:19 +0100
commit98b290e9b8221b7d7ffbf47da1e8ecce62a75369 (patch)
treec27be593d3fd3525b515c7d7643ba0db59afe2bb /applets
parent57f63917f08a8f6b042f8e223c6a6746ea2b6d01 (diff)
downloadbusybox-w32-98b290e9b8221b7d7ffbf47da1e8ecce62a75369.tar.gz
busybox-w32-98b290e9b8221b7d7ffbf47da1e8ecce62a75369.tar.bz2
busybox-w32-98b290e9b8221b7d7ffbf47da1e8ecce62a75369.zip
mingw: enable busybox --install by default
Allow FEATURE_INSTALLER to be configured and enable it in the default configuration. The behaviour is slightly different from upstream BusyBox: symbolic links are not permitted; if no target directory is provided the directory containing the busybox binary is used as the target.
Diffstat (limited to 'applets')
-rw-r--r--applets/applet_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applet_tables.c b/applets/applet_tables.c
index 843f2ec08..7894b2c33 100644
--- a/applets/applet_tables.c
+++ b/applets/applet_tables.c
@@ -177,7 +177,7 @@ int main(int argc, char **argv)
177 printf("};\n\n"); 177 printf("};\n\n");
178#endif 178#endif
179 179
180#if ENABLE_FEATURE_INSTALLER 180#if ENABLE_FEATURE_INSTALLER && !ENABLE_PLATFORM_MINGW32
181 printf("const uint8_t applet_install_loc[] ALIGN1 = {\n"); 181 printf("const uint8_t applet_install_loc[] ALIGN1 = {\n");
182 i = 0; 182 i = 0;
183 while (i < NUM_APPLETS) { 183 while (i < NUM_APPLETS) {