diff options
author | Ron Yorston <rmy@pobox.com> | 2020-08-14 13:35:10 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2020-08-14 13:35:10 +0100 |
commit | c775e9de197afe1cc0907f559f7cab36d52c93fa (patch) | |
tree | e54777d3dee69e72891409c945f76f5e3c95c991 /applets | |
parent | 41ef232fc522d91f29931ea4ee547432ca8899ee (diff) | |
download | busybox-w32-c775e9de197afe1cc0907f559f7cab36d52c93fa.tar.gz busybox-w32-c775e9de197afe1cc0907f559f7cab36d52c93fa.tar.bz2 busybox-w32-c775e9de197afe1cc0907f559f7cab36d52c93fa.zip |
busybox: add option to install to Unix-style paths
The command 'busybox --install -u' installs links to Unix-style
paths in the system drive.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/applet_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/applet_tables.c b/applets/applet_tables.c index 02352113f..ce2037440 100644 --- a/applets/applet_tables.c +++ b/applets/applet_tables.c | |||
@@ -190,7 +190,7 @@ int main(int argc, char **argv) | |||
190 | printf("};\n\n"); | 190 | printf("};\n\n"); |
191 | #endif | 191 | #endif |
192 | 192 | ||
193 | #if ENABLE_FEATURE_INSTALLER && !ENABLE_PLATFORM_MINGW32 | 193 | #if ENABLE_FEATURE_INSTALLER |
194 | printf("const uint8_t applet_install_loc[] ALIGN1 = {\n"); | 194 | printf("const uint8_t applet_install_loc[] ALIGN1 = {\n"); |
195 | i = 0; | 195 | i = 0; |
196 | while (i < NUM_APPLETS) { | 196 | while (i < NUM_APPLETS) { |