mirror of
https://git.sr.ht/~leon_plickat/wlopm
synced 2024-12-26 05:28:22 +01:00
Fix bash completion installation
Currently this fails if the directory for the completion does not already exist, at least with FreeBSD install(1).
This commit is contained in:
parent
7735d65230
commit
41bc661837
1
Makefile
1
Makefile
@ -26,6 +26,7 @@ install: wlopm
|
|||||||
install wlopm $(DESTDIR)$(BINDIR)
|
install wlopm $(DESTDIR)$(BINDIR)
|
||||||
install -d $(DESTDIR)$(MANDIR)/man1
|
install -d $(DESTDIR)$(MANDIR)/man1
|
||||||
install -m 644 wlopm.1 $(DESTDIR)$(MANDIR)/man1
|
install -m 644 wlopm.1 $(DESTDIR)$(MANDIR)/man1
|
||||||
|
install -d $(DESTDIR)$(BASHCOMPDIR)
|
||||||
install bash-completion $(DESTDIR)$(BASHCOMPDIR)/wlopm
|
install bash-completion $(DESTDIR)$(BASHCOMPDIR)/wlopm
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
Loading…
Reference in New Issue
Block a user