summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2018-09-13 11:20:13 -0600
committerKenny Ballou <kballou@devnulllabs.io>2018-09-13 11:21:49 -0600
commit1c74e95fd91718007da08ce6e7d80e608461119d (patch)
treefa28bf8388554ba7470b2913fbbbcda98ba0edde
parentd2e0a43590ccf996fa433cf2dff32ac77d7f085f (diff)
downloadgentoo.patches-1c74e95fd91718007da08ce6e7d80e608461119d.tar.gz
gentoo.patches-1c74e95fd91718007da08ce6e7d80e608461119d.tar.xz
make: install to correct directory
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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25f2ead..1d2ae8c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PATCHES_DIR:=patches/
-INSTALL_DIR?=/etc/portage/patches
+INSTALL_DIR?=/etc/portage/
.PHONY: install
install: $(PATCHES_DIR) $(PATCHES)