diff options
| author | Will Woods <wwoods@redhat.com> | 2011-09-20 18:18:37 -0400 |
|---|---|---|
| committer | Will Woods <wwoods@redhat.com> | 2011-09-21 23:40:30 -0400 |
| commit | 40a120d727b3c9de5e200f4cf2a1c1c6f794f8e1 (patch) | |
| tree | a00b474fdd55b58ad7d1332e60919285ca0af7f9 /data/systemd/Makefile.am | |
| parent | e264ccd37e15f833b0b1f8e5f73234c5cfb0b30d (diff) | |
| download | anaconda-40a120d727b3c9de5e200f4cf2a1c1c6f794f8e1.tar.gz anaconda-40a120d727b3c9de5e200f4cf2a1c1c6f794f8e1.tar.xz anaconda-40a120d727b3c9de5e200f4cf2a1c1c6f794f8e1.zip | |
Remove tmp.mount (systemd handles this for us now)
Diffstat (limited to 'data/systemd/Makefile.am')
| -rw-r--r-- | data/systemd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/systemd/Makefile.am b/data/systemd/Makefile.am index 196e90d33..a5b763c9d 100644 --- a/data/systemd/Makefile.am +++ b/data/systemd/Makefile.am @@ -18,5 +18,5 @@ # Author: Chris Lumens <clumens@redhat.com> systemddir = /lib/systemd/system -dist_systemd_DATA = anaconda-shell.service anaconda.target loader.service instperf.service tmp.mount +dist_systemd_DATA = anaconda-shell.service anaconda.target loader.service instperf.service MAINTAINERCLEANFILES = Makefile.in |
