summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: