summaryrefslogtreecommitdiffstats
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 71fcfa0..7fb655d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ ifdef LIBCURL
install -dm755 $(DESTDIR)$(MY_LIBDIR)
install -m755 fb-helper $(DESTDIR)$(MY_LIBDIR)/fb-helper
endif
- install -dm755 $(DESTDIR)$(MANDIR)
+ install -dm755 $(DESTDIR)$(MANDIR)/man1
install -m644 fb.1 $(DESTDIR)$(MANDIR)/man1/fb.1
uninstall: