diff options
author | Armin K <krejzi@email.com> | 2014-02-26 15:02:55 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-27 01:11:59 -0500 |
commit | 2141e47892cadfd48ad0896ae66831e704ec068e (patch) | |
tree | 9ee92f9ea6993b29e9bf9fc15178ceec333fff73 | |
parent | 77e8ff6974ffaa6c9954e3d2264d9aa75ef25233 (diff) |
build-sys: Do not distribute generated udev service files
They are already in nodist_systemunit_DATA and if they are
shipped, they contain hardcoded paths to udevadm and
systemd-udevd which will cause them to fail to start when
rootprefix != prefix and rootlibdir != libdir.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index eaf6c6317e..25b48e50da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -502,9 +502,6 @@ EXTRA_DIST += \ units/systemd-fsck@.service.in \ units/systemd-fsck-root.service.in \ units/user@.service.in \ - units/systemd-udevd.service \ - units/systemd-udev-trigger.service \ - units/systemd-udev-settle.service \ units/debug-shell.service.in \ units/systemd-hibernate.service.in \ units/systemd-hybrid-sleep.service.in \ |