summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwerdl <werdl_is_cool@outlook.com>2025-05-19 19:14:53 +0100
committerwerdl <werdl_is_cool@outlook.com>2025-05-19 19:14:53 +0100
commitf0c4d01c33fd133eb0a09a970e12844d9ed17137 (patch)
tree2923a01ce7d6bca7d82796ed7f0cbb66e6d0400d
parent176380fd65d0233ea6a5608bfb24d437deccbb0b (diff)
add sxwmrc copying to Makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2721383..adeb0e3 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,9 @@ install: all
@echo "Installing man page to $(DESTDIR)$(MAN_DIR)..."
@mkdir -p $(DESTDIR)$(MAN_DIR)
@install -m 644 $(MAN) $(DESTDIR)$(MAN_DIR)/
+ @echo "Copying default configuration to $(DESTDIR)$(PREFIX)/share/sxwmrc..."
+ @mkdir -p "$(DESTDIR)$(PREFIX)/share"
+ @install -m 644 default_sxrc "$(DESTDIR)$(PREFIX)/share/sxwmrc"
@echo "Installation complete."
uninstall: