From 23fc267a9dfdda30ba4287f8234879961722bafb Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 3 Sep 2023 03:29:28 -0700 Subject: [PATCH] fix default paths --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 73db0b7..7d2d718 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,8 @@ KEY_DIR := fetch/keys OUT_DIR := out docker = docker -PATH_PREFIX := /home/build/$(CACHE_DIR)/bin:/home/build/$(OUT_DIR)/linux/x86_64 -PREFIX := $(HOME)/.local/bin +PATH_PREFIX := /home/build/.local/bin:/home/build/$(CACHE_DIR)/bin:/home/build/$(OUT_DIR)/linux/x86_64 +PREFIX := $(HOME)/.local XDG_CONFIG_HOME := $(HOME)/.config export