mirror of
https://github.com/systemd/systemd.git
synced 2024-12-28 11:21:59 +03:00
Merge pull request #1962 from mbiebl/install-completion-networkctl
build: install bash completion for networkctl
This commit is contained in:
commit
c665ffa9b1
@ -5369,6 +5369,11 @@ networkctl_LDADD = \
|
||||
libshared.la \
|
||||
libsystemd-network.la
|
||||
|
||||
if ENABLE_BASH_COMPLETION
|
||||
dist_bashcompletion_DATA += \
|
||||
shell-completion/bash/networkctl
|
||||
endif
|
||||
|
||||
test_network_SOURCES = \
|
||||
src/network/test-network.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user