aboutsummaryrefslogtreecommitdiff
path: root/tools/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* MFC: 1.4: synch with new install(1).Ruslan Ermilov2001-08-081-3/+3
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81268
* Don't use -C internally. Use -c. For some reason files are not copiedMarcel Moolenaar1999-12-151-1/+1
| | | | | | | with -C, although they should. Notes: svn path=/head/; revision=54648
* Use install -C -p instead of cp -p.Marcel Moolenaar1999-12-101-2/+2
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=54389
* install(1) lookalike that can be used during a build. Any optionsMarcel Moolenaar1999-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. Notes: svn path=/head/; revision=54310