summaryrefslogtreecommitdiffstats
path: root/make/fakeroot.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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