summaryrefslogtreecommitdiffstats
path: root/bin/minstall
Commit message (Collapse)AuthorAgeFilesLines
* minstall: Pass correct destination file path to $RM regardless of source path.Michel Dänzer2006-12-131-1/+1
| | | | (cherry picked from 26626c0052cd5442f609659aa9ed25ac78e65b55 commit)
* minstall: Always remove destination file before (re-)creating it.Michel Dänzer2006-12-131-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 Paul2006-10-191-0/+88
Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.