XDG support after 20+ years, what a time to be alive.
# 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)"; \