From 76e2632459410dec81337edb6a9fee33c9a660f3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 11:59:37 +0200 Subject: Adding upstream version 2.7.12. Signed-off-by: Daniel Baumann --- completions/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 completions/CMakeLists.txt (limited to 'completions/CMakeLists.txt') diff --git a/completions/CMakeLists.txt b/completions/CMakeLists.txt new file mode 100644 index 0000000..4ef62a8 --- /dev/null +++ b/completions/CMakeLists.txt @@ -0,0 +1,4 @@ +set(BASH_COMPLETION_DIR "${CMAKE_INSTALL_DATAROOTDIR}/bash-completion/completions" + CACHE PATH "Path to the bash-completion completions directory") + +install(FILES bash/apt DESTINATION ${BASH_COMPLETION_DIR}) -- cgit v1.2.3