diff options
| author | Hawarth <hawarth@hawarth.com> | 2026-03-20 18:49:33 +0100 |
|---|---|---|
| committer | Hawarth <hawarth@hawarth.com> | 2026-03-20 18:49:33 +0100 |
| commit | 7ce3595d5357511023cba47d0237044a790830e9 (patch) | |
| tree | 1cf5f1b4a614a75e7bdafa67ab33550253fb7420 /Makefile | |
| parent | 1d8a945a75d7904c79abb7c165736a77aec9786b (diff) | |
| download | df-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
