From 164d1ede7161233a2a2fe6e4cf413b44a08923e4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 16 Jul 2012 12:03:04 -0400 Subject: Use /lib/tmpfiles.d, not /etc/tmpfiles.d (#840182) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 54b9a390..55c6fc99 100644 --- a/Makefile +++ b/Makefile @@ -131,8 +131,8 @@ install: ln -s ../fedora-storage-init.service $(ROOT)/lib/systemd/system/local-fs.target.wants ln -s ../fedora-storage-init-late.service $(ROOT)/lib/systemd/system/local-fs.target.wants - mkdir -p $(ROOT)/etc/tmpfiles.d - install -m 644 initscripts.tmpfiles.d $(ROOT)/etc/tmpfiles.d/initscripts.conf + mkdir -p $(ROOT)/lib/tmpfiles.d + install -m 644 initscripts.tmpfiles.d $(ROOT)/lib/tmpfiles.d/initscripts.conf # These are LSB compatibility symlinks. At some point in the future # the actual files will be here instead of symlinks -- cgit v1.2.1