diff options
author | Jon Severinsson <jon@severinsson.net> | 2014-07-11 14:37:36 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-11 16:10:53 -0400 |
commit | 3864c28549d742427fdf33026e522e9f10a7e4ec (patch) | |
tree | da31fa9b66eb69031589c04a82678633335d38a0 /Makefile.am | |
parent | 3ce142490907d31c33ac03d72554f92459192f92 (diff) |
build-sys: Do not distribute generated emergency.service
It is already in nodist_systemunit_DATA and if it is
shipped, it contains the hardcoded path to systemctl
which will cause it to fail to start when
rootprefix != prefix and rootbindir != bindir.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 220e99e8be..2b1484fa86 100644 --- a/Makefile.am +++ b/Makefile.am @@ -412,7 +412,6 @@ dist_sysctl_DATA = \ dist_systemunit_DATA = \ units/graphical.target \ units/multi-user.target \ - units/emergency.service \ units/emergency.target \ units/sysinit.target \ units/basic.target \ |