summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHawarth <hawarth@hawarth.com>2026-03-20 18:49:33 +0100
committerHawarth <hawarth@hawarth.com>2026-03-20 18:49:33 +0100
commit7ce3595d5357511023cba47d0237044a790830e9 (patch)
tree1cf5f1b4a614a75e7bdafa67ab33550253fb7420 /Makefile
parent1d8a945a75d7904c79abb7c165736a77aec9786b (diff)
downloaddf-lumberborne-7ce3595d5357511023cba47d0237044a790830e9.tar.gz
df-lumberborne-7ce3595d5357511023cba47d0237044a790830e9.zip
fix: make instructions username-agnostic
Fixes a problem where the install instructions only worked for users with the username 'hawarth'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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: