From 61b5c82d91694a51bc886a61d5cc94f473dc7dd6 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Mon, 16 Jun 2014 20:54:46 -0700 Subject: [PATCH] build-sys: add sysusers.d/systemd.conf to CLEANFILES The sysusers.d/systemd.conf configuration file was originally introduced in commit 1b99214789101, but it was not marked for cleanup. This caused distcheck to complain about the file not being removed by distcleam. Tested: Successfully ran "make distcheck" with this patchset. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index bd26780a5..9ece7a053 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1828,6 +1828,9 @@ EXTRA_DIST += \ units/systemd-sysusers.service.in \ sysusers.d/systemd.conf.in +CLEANFILES += \ + sysusers.d/systemd.conf + INSTALL_DIRS += \ $(sysusersdir) endif -- 2.30.2