Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make minstall work with Solaris /bin/sh | Alan Coopersmith | 2008-06-21 | 1 | -1/+2 |
| | | | | | | Solaris /bin/sh doesn't set $PWD for you Signed-off-by: Brian Paul <[email protected]> | ||||
* | minstall: Pass correct destination file path to $RM regardless of source path. | Michel Dänzer | 2006-12-11 | 1 | -1/+1 |
| | |||||
* | minstall: Always remove destination file before (re-)creating it. | Michel Dänzer | 2006-12-11 | 1 | -0/+1 |
| | | | | This avoids issues with overwriting files that are being used. | ||||
* | 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. |