X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-data%2Fplatforms.mk;h=111a45dcd7a24612c049cf512b9842e439d29a77;hb=d995c757f05f78aa759b0a65c0a7e38088e690a9;hp=e192155ba5afcb39bc05e3407fa216435282a687;hpb=0d3c1cc7626ac39f25975ebf9d92ba903d470f79;p=vpp.git diff --git a/build-data/platforms.mk b/build-data/platforms.mk index e192155ba5a..111a45dcd7a 100644 --- a/build-data/platforms.mk +++ b/build-data/platforms.mk @@ -73,6 +73,14 @@ install-deb: $(patsubst %,%-find-source,$(ROOT_PACKAGES)) \ : and sysctl config ; \ echo ../../src/vpp/conf/80-vpp.conf /etc/sysctl.d \ + >> deb/debian/vpp.install ; \ + \ + : bash completion for vppctl ; \ + echo ../../src/scripts/vppctl_completion /etc/bash_completion.d \ + >> deb/debian/vpp.install ; \ + \ + : move dictionary of vppctl commands ; \ + echo ../docs/siphon_docs/clicmd.itemlist /usr/share/vpp \ >> deb/debian/vpp.install ; \ \ : dev package needs a couple of additions ; \