index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
applets
/
install.sh
Age
Commit message (
Expand
)
Author
2018-07-31
install.sh: don't clobber dangling symlinks
Baruch Siach
2018-04-15
applets/install: don't try to install nothing
Yann E. MORIN
2018-02-23
Fix install with hardlinks and a custom PREFIX. Closes 10801
Denys Vlasenko
2018-01-04
applets/install: accept more than one install option
Yann E. MORIN
2018-01-04
applets/install: respect noclobber for script wrappers too
Yann E. MORIN
2015-07-01
applets: Add installation of individual binaries
Clayton Shotwell
2011-04-05
applets/install.sh: afer quoting of variables
Denys Vlasenko
2011-04-04
fix install.sh
Denys Vlasenko
2008-04-27
cp: fix "cp -RL" to create regular files even if src is a symlink
Denis Vlasenko
2007-08-25
support "#!/bin/busybox"-style wrappers. Needed for SELinux.
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2006-06-07
add a --noclobber flag
Mike Frysinger
2006-06-07
add support for cleaning out previous busybox install
Mike Frysinger
2006-06-07
dont install emtpy libdirs
Mike Frysinger
2006-06-07
dont mix tabs and spaces, kthx
Mike Frysinger
2006-03-24
When cross-compiling, the install directory for shared libraries has to come
Rob Landley
2006-03-01
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-02-20
add s390x to the list
Mike Frysinger
2006-01-19
Update readme and install.sh usage message.
Rob Landley
2006-01-15
- shared libbusybox.
Bernhard Reutner-Fischer
2005-12-15
The rest of Yann E. Morin's install revamp.
Rob Landley
2001-03-08
Per Vladimir's suggestion, force the locale to POSIX for all
Eric Andersen
2000-07-28
Disabled debugging output
Pavel Roskin
2000-07-25
Clean up $1=$prefix
Eric Andersen
2000-07-20
Adjusted install.sh to use relative symlinks, and to optionally
Eric Andersen
2000-04-18
Fix creation of /linuxrc
Erik Andersen
2000-02-11
Updates
Erik Andersen
1999-12-07
Stuf
Eric Andersen
1999-12-03
Stuf
Eric Andersen
1999-11-22
Bug fixes
Eric Andersen
1999-11-22
Stuf
Eric Andersen
1999-11-22
Fix bugs
Eric Andersen
1999-11-19
Stuf
Eric Andersen
1999-11-15
Updates
Eric Andersen
1999-11-12
Adjust install a bit...
Eric Andersen