summaryrefslogtreecommitdiffstats
path: root/make/fakeroot.mk
Commit message (Collapse)AuthorAgeFilesLines
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-1/+1
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-1/+1
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-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 typosEric Andersen2003-09-111-2/+2
|
* Add support for fakerootEric Andersen2003-09-111-0/+63