From 7ce3595d5357511023cba47d0237044a790830e9 Mon Sep 17 00:00:00 2001 From: Hawarth Date: Fri, 20 Mar 2026 18:49:33 +0100 Subject: fix: make instructions username-agnostic Fixes a problem where the install instructions only worked for users with the username 'hawarth'. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 764941d..3d4ca5b 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ tarball: package tar czf $(NAME)_v$(VERSION).tar.gz $(NAME)_v$(VERSION)/ install: package - rm -rf /home/hawarth/.local/share/Bay\ 12\ Games/Dwarf\ Fortress/mods/$(NAME)_v$(VERSION)/ - rm -rf /home/hawarth/.local/share/Bay\ 12\ Games/Dwarf\ Fortress/data/installed_mods/* + rm -rf ~/.local/share/Bay\ 12\ Games/Dwarf\ Fortress/mods/$(NAME)_v$(VERSION)/ + rm -rf ~/.local/share/Bay\ 12\ Games/Dwarf\ Fortress/data/installed_mods/* mv $(NAME)_v$(VERSION)/ /home/hawarth/.local/share/Bay\ 12\ Games/Dwarf\ Fortress/mods/ clean: -- cgit v1.2.3