From 9f05a7578bbfdb99a9e5980485abdb78b44ab98a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 2 Feb 2026 17:16:17 -0500 Subject: [PATCH] makefile: update install path for v147 XDG support after 20+ years, what a time to be alive. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 68594ff..f1c2a26 100644 --- a/makefile +++ b/makefile @@ -24,7 +24,7 @@ clean: # in that one place too. .PHONY: install install: $(OUTPUT) - for dir in ~/.mozilla/firefox/*.*; do \ + for dir in ~/.config/mozilla/firefox/*.*; do \ if [ -f "$${dir}/prefs.js" ]; then \ if [ ! -e "$${dir}/$(OUTPUT)" ]; then \ ln -s "$(shell pwd)/$(OUTPUT)" "$${dir}/$(OUTPUT)"; \ -- 2.51.0