aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2012-07-16 12:03:04 -0400
committerBill Nottingham <notting@redhat.com>2012-07-16 12:03:04 -0400
commit164d1ede7161233a2a2fe6e4cf413b44a08923e4 (patch)
tree21e60a9288703ae448184fd9bc164b3230ce5e1d /Makefile
parent2a1947242172c53b485eafdcbe5508983d3e6071 (diff)
downloadinitscripts-164d1ede7161233a2a2fe6e4cf413b44a08923e4.tar
initscripts-164d1ede7161233a2a2fe6e4cf413b44a08923e4.tar.gz
initscripts-164d1ede7161233a2a2fe6e4cf413b44a08923e4.tar.bz2
initscripts-164d1ede7161233a2a2fe6e4cf413b44a08923e4.tar.xz
initscripts-164d1ede7161233a2a2fe6e4cf413b44a08923e4.zip
Use /lib/tmpfiles.d, not /etc/tmpfiles.d (#840182)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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