forked from virt-mirrors/wayneko
Create bash completion directory if it doesn't already exist
This commit is contained in:
parent
a0a22b7c07
commit
163e18e205
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ $(OBJ): $(GEN)
|
|||
install: wayneko
|
||||
install -D wayneko $(DESTDIR)$(BINDIR)/wayneko
|
||||
install -m 644 -D wayneko.1 $(DESTDIR)$(MANDIR)/man1/wayneko.1
|
||||
install bash-completion $(DESTDIR)$(BASHCOMPDIR)/wayneko
|
||||
install -D bash-completion $(DESTDIR)$(BASHCOMPDIR)/wayneko
|
||||
|
||||
uninstall:
|
||||
$(RM) $(DESTDIR)$(BINDIR)/wayneko
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue