diff options
author | Bill Nottingham <notting@redhat.com> | 2012-07-16 12:03:04 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-07-16 12:03:04 -0400 |
commit | 164d1ede7161233a2a2fe6e4cf413b44a08923e4 (patch) | |
tree | 21e60a9288703ae448184fd9bc164b3230ce5e1d /Makefile | |
parent | 2a1947242172c53b485eafdcbe5508983d3e6071 (diff) | |
download | initscripts-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |