]> gitweb.michael.orlitzky.com - firefox-user-prefs.git/commitdiff
makefile: update install path for v147 master
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 2 Feb 2026 22:16:17 +0000 (17:16 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 2 Feb 2026 22:16:17 +0000 (17:16 -0500)
XDG support after 20+ years, what a time to be alive.

makefile

index 68594ff61d5115ae618655b4a03844f78a65839a..f1c2a26be7b638afd632a95258021cbecfa61d82 100644 (file)
--- a/makefile
+++ b/makefile
@@ -24,7 +24,7 @@ clean:
 # in that one place too.
 .PHONY: install
 install: $(OUTPUT)
 # 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)"; \
            if [ -f "$${dir}/prefs.js" ]; then \
              if [ ! -e "$${dir}/$(OUTPUT)" ]; then \
                ln -s "$(shell pwd)/$(OUTPUT)" "$${dir}/$(OUTPUT)"; \