From f6354e8c113e9e6e63f4c517b9a2dbccacb9af64 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 8 Mar 2013 23:06:55 -0500 Subject: build-sys: fix distcheck --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index afd259a2e5..d85eb702c6 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/ -- cgit v1.2.3-54-g00ecf