summaryrefslogtreecommitdiffstats
path: root/tools/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Arguments to options aren't necessarily separated with whitespace.ru2004-07-071-0/+1
| | | | Noticed by: harti
* From what I can tell, install.sh supported all of the install(1)ru2004-02-061-4/+3
| | | | | | | | options since revision 1.2, so removed the XXX comment now. Fixed bogus test(1) expression that would be evaluated as a null string test if script is run without arguments, compacted option lists.
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
| | | | | Spotted and suggested by: des MFC after: 3 weeks
* Added support for all new install(1) options.ru2001-05-281-3/+3
| | | | Removed -c from the actual call as -p implies "copy".
* Don't use -C internally. Use -c. For some reason files are not copiedmarcel1999-12-151-1/+1
| | | | with -C, although they should.
* Use install -C -p instead of cp -p.marcel1999-12-101-2/+2
| | | | Pointed out by: bde
* install(1) lookalike that can be used during a build. Any optionsmarcel1999-12-081-0/+42
are ignored and the remaining is passed on to cp(1). This allows a build to be run as non-root without forcing any user/group setting and also prevents setting any file flags. This may not be the right place for buildtools.
OpenPOWER on IntegriCloud