]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-settings: Install settings-history.py to pkglibexec directory
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 29 Sep 2025 12:56:20 +0000 (15:56 +0300)
committermarkus.valentin <markus.valentin@open-xchange.com>
Mon, 13 Oct 2025 09:54:28 +0000 (11:54 +0200)
This way external plugins can have their own settings history files.

src/lib-settings/Makefile.am

index 25616a733367750bd67193edae9369fa193c8c3c..0a0f5ab5621e29617a4f69c154e6b4734bf41942 100644 (file)
@@ -31,6 +31,10 @@ EXTRA_DIST = \
        settings-history-core.txt \
        settings-history.py
 
+pkglibexecdir = $(libexecdir)/dovecot
+pkglibexec_SCRIPTS = \
+       settings-history.py
+
 test_programs = \
        test-settings-parser \
        test-settings