From f6354e8c113e9e6e63f4c517b9a2dbccacb9af64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 8 Mar 2013 23:06:55 -0500 Subject: [PATCH] build-sys: fix distcheck --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index afd259a2e..d85eb702c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2572,7 +2572,7 @@ endif # "adm" and "wheel". libsystemd-journal-install-hook: libname=libsystemd-journal.so && $(move-to-rootlibdir) - $(MKDIR_P) $(DESTDIR)/var/log/journal + -$(MKDIR_P) $(DESTDIR)/var/log/journal -chown 0:0 $(DESTDIR)/var/log/journal -chmod 755 $(DESTDIR)/var/log/journal -setfacl -nm g:adm:rx,d:g:adm:rx $(DESTDIR)/var/log/journal/ -- 2.30.2