From 1d8a945a75d7904c79abb7c165736a77aec9786b Mon Sep 17 00:00:00 2001 From: Hawarth Date: Fri, 20 Mar 2026 18:38:45 +0100 Subject: fix: add command to clean installed_mods directory Cleans the ~/.local/share/Bay\ 12\ Games/Dwarf\ Fortress/data/installed_mods/ directory so the game can properly refresh the newly built/installed mod; otherwise the game will not register the changes. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index aad81ba..764941d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ tarball: package 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/* mv $(NAME)_v$(VERSION)/ /home/hawarth/.local/share/Bay\ 12\ Games/Dwarf\ Fortress/mods/ clean: -- cgit v1.2.3