summaryrefslogtreecommitdiff
path: root/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* * install.sh: If $dstdir exists, don't check whether each component does.David MacKenzie1994-04-271-1/+4
|
* * install.sh: Remove 'set -e'. It makes any conditionalsPer Bothner1993-11-041-2/+0
| | | | in the script useless.
* (chmodcmd): Set file to mode 755 by default (should also do defaultJason Merrill1993-09-101-1/+1
| | | | chgrp and chown, but I don't feel like dealing with that now)
* * install.sh: Support -d option (in the manner of SunOS 4 install,Jason Merrill1993-09-091-44/+74
| | | | as it is more deterministic than that of GNU install)
* fix install.sh on DECstation; handle lack of c++ on h8[35]00 for libioDavid D. Zuhn1993-08-201-4/+4
|
* * install.sh: If one command fails, don't try the rest. Don't tryJim Kingdon1993-08-161-8/+25
| | | | | to remove $dsttmp (via trap) unless we have already created it. If $src doesn't exist, detect it and exit with an error.
* add a trap to ensure tmp files are removedDavid D. Zuhn1993-08-021-0/+1
|
* kludge around 386BSD bugDavid D. Zuhn1993-06-291-0/+2
|
* don't use dirnameDavid D. Zuhn1993-06-211-1/+2
|
* append transformbasename to transformed nameDavid D. Zuhn1993-06-181-1/+1
|
* configure already add the -eDavid D. Zuhn1993-06-171-1/+1
|
* a portable install script, also creates parent directoriesDavid D. Zuhn1993-06-151-0/+184