chiark / gitweb /
build-sys: Do not distribute generated emergency.service
authorJon Severinsson <jon@severinsson.net>
Fri, 11 Jul 2014 12:37:36 +0000 (14:37 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 11 Jul 2014 20:10:53 +0000 (16:10 -0400)
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.

Makefile.am

index 220e99e8be79e4a7ade0644dc54909ce409e2a73..2b1484fa86b4712a08cf14a62e6482c3248c05b2 100644 (file)
@@ -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 \