Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -63/+0 |
| | | | | directory. | ||||
* | automatically detect if we have a usable version of sed | Eric Andersen | 2003-11-19 | 1 | -1/+1 |
| | | | | installed. If not, we will now build our own version. | ||||
* | Change 'sed -ie' to 'sed -i -e' to avoid littering the build | Eric Andersen | 2003-11-18 | 1 | -1/+1 |
| | | | | | with lots of unwanted backup files with the letter "e" appended. -Erik | ||||
* | By popular demand, use 'sed' rather than 'perl' for doing | Eric Andersen | 2003-11-13 | 1 | -1/+1 |
| | | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways, | ||||
* | Fix silly typos | Eric Andersen | 2003-09-11 | 1 | -2/+2 |
| | |||||
* | Add support for fakeroot | Eric Andersen | 2003-09-11 | 1 | -0/+63 |