summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adeb0e3..d2a9e59 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ install: all
@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"
+ @install -m 644 default_sxwmrc "$(DESTDIR)$(PREFIX)/share/sxwmrc"
@echo "Installation complete."
uninstall: