This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=9caac129d0c3df15f781c83c8e00865eb27a61c9 commit 9caac129d0c3df15f781c83c8e00865eb27a61c9 Author: Guillem Jover <[email protected]> AuthorDate: Wed Jan 31 02:56:32 2024 +0100 build: Rename pkexec variables to polkitactions The variable is for the polkit actions directory, which can contain not only files for pkexec policies, but any actions in general. --- utils/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/Makefile.am b/utils/Makefile.am index 71873a5ce..f341d1c8b 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -21,13 +21,13 @@ EXTRA_DIST = \ $(test_scripts) \ # EOL -pkexecdir = $(datadir)/polkit-1/actions -pkexec_DATA = +polkitactionsdir = $(datadir)/polkit-1/actions +polkitactions_DATA = bin_PROGRAMS = if BUILD_UPDATE_ALTERNATIVES -pkexec_DATA += org.dpkg.pkexec.update-alternatives.policy +polkitactions_DATA += org.dpkg.pkexec.update-alternatives.policy bin_PROGRAMS += update-alternatives endif -- Dpkg.Org's dpkg

