diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-11 04:16:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-11 04:16:51 +0000 |
commit | 84b009256f2c17908ed768fea67bba8380ee1f26 (patch) | |
tree | 33a81760971a95856be3db8344c38fc235e07c91 /README | |
parent | b52a218c95ac69977e0a7e1c0ab9563c28e145d0 (diff) | |
download | busybox-84b009256f2c17908ed768fea67bba8380ee1f26.tar.gz |
Minor updates
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -16,11 +16,15 @@ the parts you do not need using C++ style (//) comments. After the build is complete a busybox.links file is generated which is then used by 'make install' to create symlinks to the busybox binary for all compiled in functions. By default, 'make install' will place -the symlink forest into `pwd`/busybox_install unless you have defined -the PREFIX environment variable. +the symlink forest into `pwd`/_install unless you have defined the +PREFIX environment variable. Please feed suggestions, bug reports, insults, and bribes back to: Erik Andersen <andersen@lineo.com> <andersee@deban.org> +<blatent plug> +Many thanks to go to Lineo for paying me to work on busybox. +</blatent plug> + |