From f4e0e9daf221e840e122b0ffa97007aa512020a6 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 29 Oct 2024 12:59:28 +0100 Subject: Move apt-extracttemplates to /usr/lib/apt in 'apt' package This is useful on every system and only was in apt-utils for historical reasons. Move it to the main apt package, and also move it out of the path. Add a symbolic link in /usr/bin to apt-utils and keep the manual pages in tere. --- cmdline/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmdline') diff --git a/cmdline/CMakeLists.txt b/cmdline/CMakeLists.txt index 28a14ddf9..ef6f8b35b 100644 --- a/cmdline/CMakeLists.txt +++ b/cmdline/CMakeLists.txt @@ -46,10 +46,9 @@ set_target_properties(apt-internal-planner # Install the executables install(TARGETS apt apt-cache apt-get apt-config apt-cdrom apt-mark apt-sortpkgs - apt-extracttemplates RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) -install(TARGETS apt-helper RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/apt/) +install(TARGETS apt-helper apt-extracttemplates RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/apt/) install(TARGETS apt-dump-solver apt-internal-solver RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/apt/solvers) install(TARGETS apt-internal-planner RUNTIME DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/apt/planners) -- cgit v1.2.3-70-g09d2