1
0
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:
Tom Gundersen 2015-11-20 04:04:24 +01:00
commit c665ffa9b1

View File

@ -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