Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minstall: Pass correct destination file path to $RM regardless of source path. | Michel Dänzer | 2006-12-13 | 1 | -1/+1 |
| | | | | (cherry picked from 26626c0052cd5442f609659aa9ed25ac78e65b55 commit) | ||||
* | minstall: Always remove destination file before (re-)creating it. | Michel Dänzer | 2006-12-13 | 1 | -0/+1 |
| | | | | | This avoids issues with overwriting files that are being used. (cherry picked from d71a5647a3ed4aadd46edfa8a031ffc87d88c5f7 commit) | ||||
* | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul | 2006-10-19 | 1 | -0/+88 |
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff. |