diff --git a/Makefile b/Makefile index e298e15..9157869 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ install: wlopm install wlopm $(DESTDIR)$(BINDIR) install -d $(DESTDIR)$(MANDIR)/man1 install -m 644 wlopm.1 $(DESTDIR)$(MANDIR)/man1 + install -d $(DESTDIR)$(BASHCOMPDIR) install bash-completion $(DESTDIR)$(BASHCOMPDIR)/wlopm uninstall: