From 00ac87852881fe198fa29dedbb8a1b34687d85ca Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 23 Aug 2024 10:16:29 +0200 Subject: [PATCH] Create blessmail at build time instead of install time blessmail is built via the install target, which means it ends up owned by the user doing the install. It's not installed, so build it at build time instead. Reported by Michael Heerdegen in * Makefile.in (install): Move blessmail target from install to actual-all. (cherry picked from commit 7f97cf31dc3eb483f84598f61e9f45805f901067) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8189afef509..a6a75aeb67a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -602,7 +602,7 @@ $(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/m4/*.m4 ## don't have to duplicate the list of utilities to install in ## this Makefile as well. -install: actual-all install-arch-indep install-etcdoc install-arch-dep install-$(NTDIR) blessmail install-eln install-gsettings-schemas +install: actual-all install-arch-indep install-etcdoc install-arch-dep install-$(NTDIR) install-eln install-gsettings-schemas @true ## Ensure that $subdir contains a subdirs.el file. -- 2.39.5