summaryrefslogtreecommitdiff
path: root/coreutils/install.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
|
* Enable long options, adds 150 bytes.Glenn L McGrath2004-01-231-1/+12
|
* Check valid options were givenGlenn L McGrath2004-01-231-0/+6
|
* Dont change ownership unless we created the directory.Glenn L McGrath2004-01-231-4/+6
|
* Remove unneeded conditions and logic, fix bug where ownership didntGlenn L McGrath2004-01-231-33/+34
| | | | | | change. Dont use bb_make_directory it doesnt have the features, and its ugly to work around it.
* Fix a bug, ignore the source path when installing to a directory.Glenn L McGrath2003-11-271-45/+41
| | | | | We may be installing symlinks, so use lstat/lchown. Make use of bb_getopt_ulflags and cp_mv_stat2, save 100 bytes.
* Accept the -c option and do nothingGlenn L McGrath2003-10-291-0/+3
|
* Add the -d optionGlenn L McGrath2003-09-241-1/+31
|
* Add the "install" applet, move get_ug_id to libbb as its used by chown,Glenn L McGrath2003-09-241-0/+102
chgrp and install.