summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* make: install to correct directoryKenny Ballou2018-09-13
| | | | | | | | Installing to `/etc/portage/patches` resulted in the following folder `/etc/portage/patches/patches/` structure. However, we really want to copy the `patches` folder to the `/etc/portage` folder instead. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* Add makefile with simple `install` targetKenny Ballou2018-09-07
Add a basic `Makefile` to document and capture the typical installation process of the patches. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>