summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 883deab..e09f983 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install: XD
chmod 755 $(PREFIX)/bin/XD
mkdir -p $(MANDIR)/man1
cp -f XD.1 $(MANDIR)/man1
- chmod 644 $(PREFIX)/man1/XD.1
+ chmod 644 $(MANDIR)/man1/XD.1
uninstall: XD
rm -f $(PREFIX)/bin/XD $(MANDIR)/man1/XD.1