From 3fb5665ec5b70b665c0a8094de20042be0e392de Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 26 Jul 2022 10:33:13 +0200 Subject: [PATCH] systemd: remove generated service files on clean Found this when trying to build the Debian package twice in a row. Which failed since then there were additional files. Signed-off-by: Frank Lichtenheld Acked-by: Gert Doering Message-Id: <20220726083313.14067-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24740.html Signed-off-by: Gert Doering --- distro/systemd/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/distro/systemd/Makefile.am b/distro/systemd/Makefile.am index 322bd535d..d35c137d2 100644 --- a/distro/systemd/Makefile.am +++ b/distro/systemd/Makefile.am @@ -21,6 +21,7 @@ if ENABLE_SYSTEMD systemdunit_DATA = \ openvpn-client@.service \ openvpn-server@.service +CLEANFILES = $(systemdunit_DATA) tmpfiles_DATA = \ tmpfiles-openvpn.conf dist_doc_DATA = \ -- 2.47.3